#I need help with a sorta complicated script
12 messages · Page 1 of 1 (latest)
** You are now Level 1! **
Might be wrong but:
local tool = (your tool)
tool.Equipped:Connect(function(plr)
local part = game.ReplicatedStorage.part:Clone()
part.Position = workspace:FindFirstChild(plr).Position
part.Script.Enabled = true
end)```
well it would be when you have the tool out and you click
also you would want it to teleport to any position the player is at
Use tool.Activated