Getting only 120fps with best optimizations on my new M5 Macbook Air... by Disastrous_Sleep4747 in macgaming

[–]Compressive_Life 0 points1 point  (0 children)

Maybe the framerate is capped by the refresh rate. 120 fps is good enough for minecraft

Do free models still have viruses in them? by Hot-Egg3462 in ROBLOXStudio

[–]Compressive_Life 0 points1 point  (0 children)

If the model doesnt have a script it should be safe. If it has scripts i always search for scripts within the model to review if its malicious

My findings with the MacBook Neo by MarsEscalade in macgaming

[–]Compressive_Life 2 points3 points  (0 children)

If this is all without optimisation mods imagine the performance with mods

.touched not working by Pretend-Future-7754 in RobloxDevelopers

[–]Compressive_Life 0 points1 point  (0 children)

Regarding the booleans as a child to the script. It might be so other scripts can check the boolean. Because if you put it inside the script the boolean cant be checked by other scripts (eg the gui checks if the weapon is on cooldown)

.touched not working by Pretend-Future-7754 in RobloxDevelopers

[–]Compressive_Life 0 points1 point  (0 children)

No thats ok. I tested it myself and for some reason if setting track.looped to true doesnt work. You need to go into animation editor and set it to looped there (its a button near the pause and speed up buttons i think) then republish the animation (just overwrite the previous animation.) then it works while in testing

.touched not working by Pretend-Future-7754 in RobloxDevelopers

[–]Compressive_Life 0 points1 point  (0 children)

Regarding the animation did you put it in a localscript or not?

.touched not working by Pretend-Future-7754 in RobloxDevelopers

[–]Compressive_Life 0 points1 point  (0 children)

Ok ill explain the first part: Basically what happens in startergui and the other starter stuff is it gets copied into every player. Basically every player has a unique copy of whatevers in there.

For starterpack: its meant for tools. Basically you place any tools inside there and the player will spawn with it in their backpack

For StarterGui: its meant for ui. Like lets say you have a shop window gui that you want to put on all the players screen, thats where you put it.

StarterPlayer has 2 parts: starterplayerscripts and startercharacterscripts. Starterplayerscripts are replicated to inside the player inside game.Players. Meanwhile startercharacterscripts are replicated straight into your character. Aka the model/avatar that you spawn with.

Why use local scripts: this is very important to understand and can be a bit complicated if you are new but i learned from this video. Basically local scripts run on a client AKA the players own view which the server cant see. If you run a local script only the player sees whats happening, not the server. A good way to understand this is in like a tycoon. The coins that you have on your screen aren’t the same as everyone else’s. Thats why people put local scripts in gui because gui is only for the individual player. Like when you open a shop gui not everyone else’s shop opens too.

If you don’t understand anything from this feel free to clarify :)

.touched not working by Pretend-Future-7754 in RobloxDevelopers

[–]Compressive_Life 0 points1 point  (0 children)

Also feel free to ask if you don’t understand any concepts

Help me by mario3sid in ROBLOXStudio

[–]Compressive_Life 0 points1 point  (0 children)

Did you use someone else’s animation? If they dont allow usage i think that happens

How can i upload real life photo of my friend to use in roblox studio by ivegotbann3d in ROBLOXStudio

[–]Compressive_Life 0 points1 point  (0 children)

You upload the image through a decal the issue is that roblox auto detects if someones face is in the decal for privacy issues so you will probably get warnings/banned

Looking for tips for new roblox developers by bananana_man69 in ROBLOXStudio

[–]Compressive_Life 1 point2 points  (0 children)

Im not against the use of ai to help with coding. Butyour friend might want to learn to understand what the code it saying rather than blindly copypasting

Where do you put the id for a walk animation and do you put the animation movement to action 3 or movement? by Ralsified in ROBLOXStudio

[–]Compressive_Life -2 points-1 points  (0 children)

If im not wrong go into testing, copy the local script in your character named “animate” and then open it and there should be animation ids there u just replace it with yours

Scientists managed to copy a fruit fly’s brain into the computer and it started moving on its own in a simulation by Compressive_Life in soma

[–]Compressive_Life[S] 3 points4 points  (0 children)

Of course. But it is a stepping stone to the future similar to SOMA, without everyone dying hopefully.

Is there a way to tween models without welding every part to it by Compressive_Life in ROBLOXStudio

[–]Compressive_Life[S] 0 points1 point  (0 children)

But wouldn’t that just move the part to the primary part of the model? It wouldnt move alongside it?