Mine doesn't work but I really need a short one.
My script:
local Done = game.Workspace.Pet local MainFrame = game.Workspace.Pet.Parent local player = game.Workspace:WaitForChild(game.Players.LocalPlayer.Name) local pet = game.Workspace.Pet Done.MouseButton1Click:Connect(function() MainFrame.Visible = false repeat wait(.0000000001) pet.Position = player.HumanoidRootPart.Position + Vector3.new(0,5,2) until nil end)
Closed as Not Constructive by Soban06, Dovydas1118, DeceptiveCaster, SteamG00B, and JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?