Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("RunService").RenderStepped:Connect(function(step)
- script.Parent.remote_render:FireServer(step)
- script.Parent.remote_sp:FireServer(step)
- end)
- game:GetService("RunService").Heartbeat:Connect(function(step)
- script.Parent.remote_sp:FireServer(step)
- end)
- game:GetService("RunService").Stepped:Connect(function(step)
- script.Parent.remote_sp:FireServer(step)
- end)
Add Comment
Please, Sign In to add comment