Skip to content

Instantly share code, notes, and snippets.

View SoyoAdminsScripts's full-sized avatar

SoyoAdminsScripts

  • Joined Oct 4, 2025
View GitHub Profile
@SoyoAdminsScripts
SoyoAdminsScripts / Soyo Script Paste
Created October 4, 2025 09:18
Grow a garden planting script!
--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