Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Updated Script
- local ss = game:GetService("ServerStorage")
- local clickObject = script.Parent
- local cd = clickObject:WaitForChild("ClickDetector")
- local tool = ss:FindFirstChild("Money")
- cd.MouseClick:Connect(function(player)
- local newTool = tool:Clone()
- newTool.Parent = game.Workspace
- newTool:MoveTo(clickObject.Position)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement