Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You = 'MythicalxGodzYT'
- YourGun = 'AUG HBAR'
- TeleportTime = 10 -- teleport all guns every 10 seconds (feel free to change)
- while wait(TeleportTime) do
- for i,v in ipairs(workspace.Ignore.GunDrop:GetChildren()) do
- if v.Name == 'Dropped' then
- v.Gun.Value = YourGun
- v:MoveTo(workspace[You].Torso.Position)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement