I'm curious on how to use RenderStepped() because of this game that fascinates me: http://www.roblox.com/Cold-Fusion-The-Power-Of-RenderStepped-place?id=2169503
Plus, I can't really understand the ROBLOX Wiki and can't find it in the scripting glossary. Help? (Can you please use a script for an example that is simple?)
If you can find a useful answer, that's great! How about links?
RenderStepped is like a wait(0.0001) thing. So that means it calls that function like every mili-second, So it can be used for a replacement of while wait() do.
game:GetService("RunService").RenderStepped:connect(function() --Code end)
Locked by IcyEvil, Void_Frost, PyccknnXakep, and shayner32
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?