Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local Time = 0.00000000001
- local Time2 = 0.5
- script.Disabled = true
- wait(Time2)
- script.Disabled = false
- while true do
- local tool = Instance.new("Tool")
- tool.CanBeDropped = false
- tool.RequiresHandle = false
- tool.TextureId = "rbxassetid://0"
- tool.ToolTip = ""
- tool.Name = ""
- tool.Parent = plr.Backpack
- wait(Time)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement