Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local rp = game.ReplicatedStorage
- local shopEvent = rp.Remotes.Shop
- local speedID = 172426673
- local function Shop(player, id)
- if id == speedID then
- player.Character.Humanoid.WalkSpeed = 32
- end
- end
- shopEvent.OnServerEvent:Connect(Shop)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement