How to Make a Play Button in 1 MINUTE!

preview_player
Показать описание
Hiya! Here, I'm showing how to add an play button with a moving background to your Roblox game!

Thanks so much for dropping by! If you found this video helpful, it'd really help me if you'd consider subscribing or sharing with a friend. Thanks!

Join Pondaroni's Pizzeria (my discord server):

Get Autoscale Lite!

Username: killerguy990

Want to make momentum physics in your game? Check this out:

Want an opening cutscene instead of menu? Check out this video:

📃 MenuCameraScript:

wait(1)

local RunService = game:GetService("RunService")

local Part = game.Workspace.CamFront

local Camera = workspace.CurrentCamera
Camera.CameraType = Enum.CameraType.Scriptable

local Rotation = 0

RunService.Heartbeat:Connect(function()
Camera.CFrame = CF

Rotation += 30
end)

📃 LocalScript:

wait(1)

local camera = workspace.CurrentCamera
local playerGui = game.Players.LocalPlayer.PlayerGui
local mainGui = playerGui.MenuGui

game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = 0
game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").JumpHeight = 0
game.Players.LocalPlayer.PlayerGui.MenuCameraScript.Enabled = true

script.Parent.MouseButton1Click:Connect(function()
game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = 16
game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").JumpHeight = 50
camera.CameraType = Enum.CameraType.Custom
playerGui.MenuGui:Destroy()
playerGui.MenuCameraScript:Destroy()
end)

Here I show how to make a moving background with a play button. It could also be for a menu screen. Menu screen, moving roblox screen. Roblox menu screen. How to make a moving menu in roblox. Spinning menu roblox. Roblox menu screen, roblox play.

How to make a play button roblox / menu roblox screen. Roblox tutorial video, how to make button with background.

Thanks again! See you guys around. :)
Рекомендации по теме
Комментарии
Автор

cool tutorial, thank you i would've never been able to do it without this video

exactzee
Автор

This dude does a great job on his videos and for tut's he needs more likes!

Wolfpolie
Автор

best part is he doesnt even do it in a minute, a true madlad

ItsbaileyX
Автор

this is the easiest tut all the others were like 20 mins long thank you

bustertoiletgaming
Автор

didnt work for me i couldnt click the play button like it wouldnt go away

jordanjali
Автор

how do i make it so it spins in one derection for a bit then starts going the other direction?

ekhgopf
Автор

by the way if you made it so you have a different speed or jump Hight you would need to edit it back into script to whatever you had it set to before

supertacoblanket
Автор

for me even in roblox studio it stays there but i want it so that i dont see it on my screen while in studio mode

easton.mp
Автор

is there a way to make it so that when you click play THEN all other of ur gui shows up?

uwais.
Автор

can you make a super jump with an animation please?

spruceeeee
Автор

Why can't I see my avatar after I click play, can someone please tell me how to fix this?

nimz
Автор

button and spinning worked but for some reason it wont actually load into the game when i click it. It may be because this was in 2023 and im in 2024 but i do ask if you can make an updated version of this tutorial for 2024 please??

Keiras-Gaming
Автор

Help when i am tryna enable/disable there is no button for me to do that is it just happening to me??

iamcinnaminroll
Автор

In output I have message "CamFront is not a valid member of Workspace "Workspace"", can someone help?

Placusz
Автор

hi i copy and paste it all and make all the things u say but if i join on a 2acc in roblox it doesn´t work can someone help me pls?

cvzrppu
Автор

the button won t go away when I press it how do I fix that ?

mastermind
Автор

PLEASE DO AN UPDATE ON THIS IT DOESN'T PLAY WHEN I PRESS PLAY

nesy
Автор

Am I the only one having it where when I click play it goes to edit the play button bit

Ataic
Автор

One problem, it spinned WAYYYY to fast, how do I fix this..

xloulixAlt
Автор

If i click play the play is still there

Farko