plytalent

client side sp service

Oct 22nd, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:Connect(function(step)
  2. script.Parent.remote_render:FireServer(step)
  3. script.Parent.remote_sp:FireServer(step)
  4. end)
  5. game:GetService("RunService").Heartbeat:Connect(function(step)
  6. script.Parent.remote_sp:FireServer(step)
  7. end)
  8. game:GetService("RunService").Stepped:Connect(function(step)
  9. script.Parent.remote_sp:FireServer(step)
  10. end)
Add Comment
Please, Sign In to add comment