Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by lawgdawgx3
- local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
- local Arguments = {
- [1] = "72000",
- [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
- }
- while wait() do
- Remote:FireServer(unpack(Arguments))
- end
Add Comment
Please, Sign In to add comment