Output: RenderStepped event can only be used from local scripts
This works in Play Solo though
Script:
function swait(num)
if num==0 or num==nil then
game:service'RunService'.RenderStepped:wait()
else
for i=0,num do
game:service'RunService'.RenderStepped:wait()
end
end
end
swait()
#code local s = Instance.new("SelectLOL12345", game.Workspace) print("k") |