How do i make this from a videogame?

i really want to make something like this below


or something similar like that

Bro, we can’t just give you a full script, build or game, but for that you need:
A lot of GUIs
Great Scripting Skills
(Not nessecarly) Good building skills
Theoretical script:
You would have to do something like:

while wait(time) do
cameraMovement.Velocity = cameraMovement.Velocity / 2
CoolSlowMotionGUI.Enabled = true
UserInputServuce.Triggered:Connect(function()
if Key.KeyCode == Enun.KeyCode.Key then
—anything you need to do
cameraMovement.Velocity = cameraMovement.Velocity * 2
CoolSlowMotionGUI.Enabled = false
end)

Thsi doesn’t work, you will need to add your paths, and most of the script, but theoretically if everything was a set up correctly thsi should work

1 Like

well its ok then. i didn’t know how to script the start

Thanks! :grin:

Yes, you will probably have to change all of the variables tho, just normal

1 Like