How to Make Models Appear and Disappear in Roblox Studio (Reupload)

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 6

  • @mine098able
    @mine098able Рік тому +1

    Bro I’ve been trying to figure this out for so long thanks so much

  • @NelsonZizovski
    @NelsonZizovski 4 місяці тому +3

    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)

  • @reemopeidafriends
    @reemopeidafriends 4 місяці тому

    didnt work

  • @EternalPhilosophy6
    @EternalPhilosophy6 Рік тому

    can you copy the scripts pls

  • @Crispysigma
    @Crispysigma Рік тому

    Hi

  • @randomidiot24563
    @randomidiot24563 4 місяці тому

    dude pls copy script