Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.1) do
- local args = {
- [1] = game:GetService("Players").LocalPlayer
- }
- game:GetService("ReplicatedStorage").RollEvents.Gain10RollsEvent:FireServer(unpack(args))
- game:GetService("ReplicatedStorage").RollEvents.MainRollEvent:FireServer()
- end
Advertisement
Add Comment
Please, Sign In to add comment