#RobloxStudioTutorials
----- ★ Songs ★ -----
Intro Song Link: chill anthem - BROCKBEATS: [ Ссылка ]
Outro Song Link: Sweetest - Murat Uslu: (The song got deleted for some reason so here is the link to his youtube channel): [ Ссылка ]
Background Music: LuKremBo - boba tea: [ Ссылка ]
----- ★ Friend's Game Link! ★ -----
[ Ссылка ]
----- ★ Profile Link! ★ -----
[ Ссылка ]
----- ★ Script ★ -----
script.Parent.Triggered:Connect(function(plr)
plr.PlayerGui.Dialogue1.Frame.Visible = true
wait(1) ------ how long you have to wait for the frame to go invisible
plr.PlayerGui.Dialogue1.Frame.Visible = false
wait(1)
---- you can add your own frame after the "wait(1)"
--- you can add your own frame by typing: plr.PlayerGui.Dialogue1.Frame.Visible = true/false
---- delete the line below if you dont want the player to talk to the character again
script.Parent:Destroy()
end)
Ещё видео!