About 755,000 results
Open links in new tab
  1. Roblox FPS Stuttering on a High-End PC

    Jul 12, 2025 · I’m experiencing consistent stuttering in Roblox games INCLUDING a literal empty baseplate with no scripts or assets, due to CPU-side thread spikes. I’ve been monitoring the …

  2. What is “do end” used for? - DevForum | Roblox

    May 11, 2021 · Literally speaking, it does and then ends. Code inside of a do just executes in a new local scope. Basically, it allows you to separate the p variables in that example. So the p …

  3. I want my Animation to Stop at the End - Roblox

    Jan 11, 2025 · What do you want to achieve? My animation makes a hand go up. When I play the animation, my hand goes up, but then it goes down, wich I don’t want. Video: Animation isn’t …

  4. Expected 'end' (to close 'function' at line 8), got <eof ... - Roblox

    Apr 21, 2020 · You forgot an end after your first if statement as well. --Variables local plr = game.Players.LocalPlayer local ReplicatedStorage = game:GetService("ReplicatedStorage") …

  5. How do i end this script? - Scripting Support - Roblox

    Jan 5, 2020 · Hello, i made this script but i don’t know how to end it here’s the script `local door = script.Parent door.Anchored = true function open() door.Transparency = 1 door.CanCollide = …

  6. How to keep animation at the last frame? - DevForum | Roblox

    Feb 13, 2022 · I made an animation of an NPC in my experience getting out of his bed, but when the animation finishes, he teleports right back into his bed. How can I make it stay at the last …

  7. What does do .... end mean - Scripting Support - Roblox

    Dec 20, 2023 · Hi, I’ve seen in some scripts where people do: do --Code here end Is this necessary for anything or does it have any difference from without the do function or?

  8. Users can enjoy up to 25% more Robux on computer, web and gift …

    Nov 26, 2024 · Hi Creators, We have an exciting update for the Roblox community. Users can now receive up to 25% more Robux when purchasing through gift cards, computer, or web. If …

  9. How to emulate a low-end computer / phone? - Roblox

    Jan 14, 2025 · All my devices are good enough to run roblox efficiently or are too old to literally install roblox 😭, how can I emulate a low end device so I know when its too slow

  10. How to know when to put "end" in scripts? - Scripting Support

    Feb 20, 2021 · I have a few questions that I have at the back of my mind for a long time, When do I put end to end a function? How do I know when to put in a end? What is different from this …