Advertisement
giganciprogramowania

l11 shopServer

May 4th, 2023
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local rp = game.ReplicatedStorage
  2. local shopEvent = rp.Remotes.Shop
  3.  
  4.  
  5. local speedID = 172426673
  6.  
  7.  
  8. local function Shop(player, id)
  9. if id == speedID then
  10. player.Character.Humanoid.WalkSpeed = 32
  11. end
  12. end
  13.  
  14.  
  15. shopEvent.OnServerEvent:Connect(Shop)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement