This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--put it in tool as localscript-- | |
local tool = script.Parent | |
local player = game.Players.LocalPlayer | |
local mouse = player:GetMouse() | |
tool.Activated:Connect(function() | |
local plot = workspace:FindFirstChild("Plot") | |
if not plot then return end |