Script: Note: change the word that says "SOMETHING" to your part that you want to appear and disappear Appear Script script.Parent.MouseClick:Connect(function() if game.ServerStorage:FindFirstChild("SOMETHING") then game.ServerStorage.SOMETHING.Parent = game.Workspace end end) Disappear Script script.Parent.MouseClick:Connect(function() if game.Workspace:FindFirstChild("SOMETHING") then game.Workspace.SOMETHING.Parent = game.ServerStorage end end)
Bro I’ve been trying to figure this out for so long thanks so much
Script:
Note: change the word that says "SOMETHING" to your part that you want to appear and disappear
Appear Script
script.Parent.MouseClick:Connect(function()
if game.ServerStorage:FindFirstChild("SOMETHING") then
game.ServerStorage.SOMETHING.Parent = game.Workspace
end
end)
Disappear Script
script.Parent.MouseClick:Connect(function()
if game.Workspace:FindFirstChild("SOMETHING") then
game.Workspace.SOMETHING.Parent = game.ServerStorage
end
end)
didnt work
can you copy the scripts pls
Hi
dude pls copy script