Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool = Instance.new("Tool")
- tool.Parent = game.Players.Player.Backpack
- function onActivation()
- print("Tool activated")
- end
- tool.Activated:connect(Activation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement