21/07/31 Roblox Studio Tutorial: Starting Menu
https://youtu.be/uO2_e1YSdFM ``` local frame = script.Parent local purple = script.Parent.PurpleZone local green = script.Parent.GreenZone local function greenZone() local player = game.Players.LocalPlayer player.Character.HumanoidRootPart.CFrame = CFrame.new(182, 0.5, 80) frame.Visible = false end local function purpleZone() local player = game.Players.LocalPlayer player.Character.HumanoidRootP..