filmov
tv
How to Make a Play Button in 1 MINUTE!

Показать описание
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. :)
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. :)
Комментарии