I fixed my bug (I spelled CFrame like Cframe), here is my working script for anybody who still looks at this video and comments wait(.4) local Tween = game:GetService("TweenService") local cc = workspace.CurrentCamera local pc = workspace.PlayCam local dmc = workspace.DMCam local pb = script.Parent.PlayButton local dmb = script.Parent.DMButton wait(.001) cc.CameraType = Enum.CameraType.Scriptable cc.CFrame = pc.CFrame local function TCP(Point, Speed) Tween:Create(cc,TweenInfo.new(Speed, Enum.EasingStyle.Linear), {CFrame = Point.CFrame}):Play() end local function playEntered() TCP(pc, 1) end pb.MouseEnter:Connect(playEntered) local function dmEntered() TCP(dmc, 1) end dmb.MouseEnter:Connect(dmEntered)
In your previous video you made that when you press play it will take you to another game, please could you make that when you press play, that menu is removed to be able to play in the same game where you are. I would be very grateful if you do
OLD SCRIPT: local cc = workspace.CurrentCamera local pc = workspace.PlayCam local dmc = workspace.DMCam local pb = script.Parent.PlayButton local dmb = script.Parent.DMButton wait(.001) cc.CameraType = Enum.CameraType.Scriptable cc.CFrame = pc.CFrame local function playEntered() cc.CFrame = pc.CFrame end pb.MouseEnter:Connect(playEntered) local function dmEntered() cc.CFrame = dmc.CFrame end dmb.MouseEnter:Connect(dmEntered)
Hi can you make a tutorial on how to get the npc/characters for the backround? like the noobs that are dead, and the person sitting how do you get those?
Hello, could you explain to me how to make a camera that moves with the mouse please, I would appreciate it a lot, I don't know if I explained it well but I hope you understand me :D
how do you make it so that when you switch to another mode the music changes? for example: on your play camera itll play happy/calm music and if you switch to death mode itll play unsettling music
here the script so u just ned to copy and paste it ;) local cc = workspace.CurrentCamera local pc = workspace.PlayCam local dmc = workspace.DMCam local pb = script.Parent.PlayButton local dmb = script.Parent.DMButton wait(.001) cc.CameraType = Enum.CameraType.Scriptable cc.CFrame = pc.CFrame local function playentered() cc.CFrame = pc.CFrame end pb.MouseEnter:Connect(playentered) local function dmEntered() cc.CFrame = dmc.CFrame end dmb.MouseEnter:Connect(dmEntered)
is there way to make camera move only when the button is pressed because in this video it seems that the camera is moving only when u hover ur cursor over the buttons
Ok I'm back for good this time, working on consistent uploads to help you guys
On your invisible script can i have the cooldown and the visible script please
When I tried doing the first video you made, the camera wasn't working. Could that be because I was using a first person lock? or idk
your videos are helping me on my dev journey tysm :)
Love the Videos! Keep up the grind
Time marks in the beginning are wrong
Preview - 1:30
Full Code - 1:44
Can't wait to see the next one
Please do a enemy drop that when you defeat it, it gives you an item in the toolbar.
I fixed my bug (I spelled CFrame like Cframe), here is my working script for anybody who still looks at this video and comments
wait(.4)
local Tween = game:GetService("TweenService")
local cc = workspace.CurrentCamera
local pc = workspace.PlayCam
local dmc = workspace.DMCam
local pb = script.Parent.PlayButton
local dmb = script.Parent.DMButton
wait(.001)
cc.CameraType = Enum.CameraType.Scriptable
cc.CFrame = pc.CFrame
local function TCP(Point, Speed)
Tween:Create(cc,TweenInfo.new(Speed, Enum.EasingStyle.Linear), {CFrame = Point.CFrame}):Play()
end
local function playEntered()
TCP(pc, 1)
end
pb.MouseEnter:Connect(playEntered)
local function dmEntered()
TCP(dmc, 1)
end
dmb.MouseEnter:Connect(dmEntered)
thank you helped me out i had like on word wrong i think
even though i am many years late, thank you for this tutorial!
Hey can you make a video on how to make a gui for classes
Like each class has a custom character and special weapons
I just realised.
That this video was caught in 4K
omg . so underrated
works perfectly :D
can you do that when we press play in brings our camera to the player? please.
Thx, I searched so many times a tutorial of this argument and finally I found it. 🙏
Next: smooth camera movement after you click the main menu buttons
Found you
You think you can escape me?
Yeah that would be awesome
In your previous video you made that when you press play it will take you to another game, please could you make that when you press play, that menu is removed to be able to play in the same game where you are. I would be very grateful if you do
I'll get that video out tomorrow asap!
@@ArroBLX Many thanks
@@ArroBLX you havent posted in 2 months, wheres the vid i need it too :(((
to make it more smooth replace linear with quad
lol
hello! can you teach me on how to add multiple back grounds, i will appreciate it :) also nice content
These tutorials are awsome
hello, can u teach me what script is when i click the play button It will continue game not teleport
OLD SCRIPT:
local cc = workspace.CurrentCamera
local pc = workspace.PlayCam
local dmc = workspace.DMCam
local pb = script.Parent.PlayButton
local dmb = script.Parent.DMButton
wait(.001)
cc.CameraType = Enum.CameraType.Scriptable
cc.CFrame = pc.CFrame
local function playEntered()
cc.CFrame = pc.CFrame
end
pb.MouseEnter:Connect(playEntered)
local function dmEntered()
cc.CFrame = dmc.CFrame
end
dmb.MouseEnter:Connect(dmEntered)
hi, i was wondering if u take scripting commissions? 🤗
Hi can you make a tutorial on how to get the npc/characters for the backround? like the noobs that are dead, and the person sitting how do you get those?
From the toolbox 🙂
@@ArroBLX alright thanks!
Hello, could you explain to me how to make a camera that moves with the mouse please, I would appreciate it a lot, I don't know if I explained it well but I hope you understand me :D
i need this too lol
love it really helped me making my first roblox game
how do you make it so that when you switch to another mode the music changes? for example: on your play camera itll play happy/calm music and if you switch to death mode itll play unsettling music
here the script so u just ned to copy and paste it ;)
local cc = workspace.CurrentCamera
local pc = workspace.PlayCam
local dmc = workspace.DMCam
local pb = script.Parent.PlayButton
local dmb = script.Parent.DMButton
wait(.001)
cc.CameraType = Enum.CameraType.Scriptable
cc.CFrame = pc.CFrame
local function playentered()
cc.CFrame = pc.CFrame
end
pb.MouseEnter:Connect(playentered)
local function dmEntered()
cc.CFrame = dmc.CFrame
end
dmb.MouseEnter:Connect(dmEntered)
Can you help me how fix this problem? I am trying to make but it's not working properly, The code is broked main system and its not smooth moving :/
Does it give you an error? If so, then what does it say
legend says hes still waiting for a reply
@@Cyclone_Sekkaio 🗿
@Arro it says play cam isnt apart of workspace "workspace"
Hello,good video but can you do multiple main menu cameras
elaborate
is there way to make camera move only when the button is pressed because in this video it seems that the camera is moving only when u hover ur cursor over the buttons
i was wondering the same thing
Instead of MouseEnter, its MouseButton1Click
how would I make it so when u click a button the other buttons disappear or destroy?
Tutorial for one with a addition customize character area?
On your invisible script can i have the cooldown and the visible script please
do either debounces or just wait()
It doesn’t work for me what can I do to fix it?
Hey! How do you do type script if you have 3 buttons instead?
Just copy&paste the same code as the others with different names.
2:27 your welcome
Nah bro Idc I'm subbing.
How do i make the transition faster?
how do i make it to repeat on 1 button?
1:24
Can you at least please paste it as a code or make a model
js write it gng
how can i make this faster?
There is a problem, when I did this script it didn’t work pls help
send the script so i can find the issue
can u give free model?
I want yout sistew
it doesn't work for me
Pls make model
time 1 years
bad script :(
E
He legit just recorded someone else’s vid and did this
who was it?
@@SalamDawah idk know this was a year ago
2:27