To be honest, you are probably one of the best people for teaching coding, you show and make everything so easy, compared to others, and the best part is that your tutorials are not outdated. Keep up the good work man!
Hey I was looking for a tutorial showing a local player rig that updates based on their avatar, I want to do an opening cutscene with the player's avatar in the background but I couldn't do it in R15, thanks!
These videos have helped a lot! But question, from your previous video of Opening Cutscenes, how do we script for when we want another cutscene to play when we press the text button?
I would love to see a tutorial on how to make "directional movement" and "procedural animation" por favor, that would be awesome and very helpful for us clueless devs who want to spice things up B))
Hey guys just a tip if you want to gui be gone if ended then type this script at end 👇: textUI.Enabled = false :👈 here end spript: this will make it be gone when ended Hope this helped ☺
so i have a question, what type are u good at? like scripting, vfx, buliding etc. to me u look like a vfx dude, cuz ur scripting is very basic last question: do you know oop or task functions? like task.spawn, task.delay, etc…. also im a big fan from 700 subs
also there is a better way to do subtitles: local script: local TextLabel = script.Parent - imagine its the child of the textlabel local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep local function TextChange(textLabel ,text, wait) for 1, #text,1 do textLabel.Text = string.sub(text,1,i) - You can also play a sound so whenever a text shows its plays a sound task.wait(wait) end end TextRemote.OnCilentEvent:Conncet(function(Label, text, wait) TextChange(Label, text, wait) end) Server script: local TextLabel = game.StarterGui.ScreenGui.TextLabel local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep repeat wait() until game:IsLoaded while task.wait(2) do TextRemote:FireAllCilents(TextLabel, “RKGAM3Z2 is the best guy ever”, 0.05 end this will give the text label a typewriter effect, also ignore any typos i made cuz i write all of this on a ipad 💀 i swear i didnt use chatgpt i swear
I got this mostly to work but every now and then the camera gets stuck in some random place. It dosent look like i made any errors in the script. PLZ HELP
please please please do a tutorial strictly on how to make a duration for text (how long the text is on the screen) for your next video because idk what to do 😭
THANK YOU, IT WAS ME WHO ASKED FOR THIS A WHILE AGO AND YOU RESPONDED AND SHOWED ME HOW TO PERFECTLY!
OF COURSE!! I GOT YOU!!!
Where's the script
To be honest, you are probably one of the best people for teaching coding, you show and make everything so easy, compared to others, and the best part is that your tutorials are not outdated. Keep up the good work man!
thank you!!!
he,hiatus are two underrated gems i found in roblox community in my learning journey
tbh your one of the only creators that makes daily tutorials, huges respect
Hey I was looking for a tutorial showing a local player rig that updates based on their avatar, I want to do an opening cutscene with the player's avatar in the background but I couldn't do it in R15, thanks!
additionally to the cutscene series, you could do a first person cutscene tutorial with subtitles. Nice video :)
that would actually be pretty dope! and thank you!
that would be a pretty good idea!, can't wait for him to make a tutorial for that one
These videos have helped a lot! But question, from your previous video of Opening Cutscenes, how do we script for when we want another cutscene to play when we press the text button?
I would love to see a tutorial on how to make "directional movement" and "procedural animation" por favor, that would be awesome and very helpful for us clueless devs who want to spice things up B))
Me personally, I think a good addition to this cutscene series would be a console thumbstick tutorial lol
"Brush your teeth" was personal💀💀😭😭
LOL
I was looking for something like this!! your tutorials are awesome!!
im glad you enjoy them!
Can u add a player animation to it like the mimic cutscene?
Yooo it actually works! Thanks! I really need it for my story game
Hey guys just a tip if you want to gui be gone if ended then type this script at end 👇:
textUI.Enabled = false :👈 here end spript:
this will make it be gone when ended
Hope this helped ☺
no, i like the cutscene tutos dont stop
Thank you very much man, I've been trying to learn how to do this for a long time.
Of course!
How to make the text appear letter by letter? Not the sentence in a single *click* yk?
Nice could you do a video about morphs and how to do it
ill look into it!
Can you do this when a moon animator animation plays when the cutscene starts? then sync the dialogue with the animation.
It works thank you; but can you make it so the player is frozen when the cutscene happens; that way they can't move while the cutscene happens
so i have a question, what type are u good at?
like scripting, vfx, buliding etc.
to me u look like a vfx dude, cuz ur scripting is very basic
last question:
do you know oop or task functions? like task.spawn, task.delay, etc….
also im a big fan from 700 subs
also there is a better way to do subtitles:
local script:
local TextLabel = script.Parent - imagine its the child of the textlabel
local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep
local function TextChange(textLabel ,text, wait)
for 1, #text,1 do
textLabel.Text = string.sub(text,1,i)
- You can also play a sound so whenever a text shows its plays a sound
task.wait(wait)
end
end
TextRemote.OnCilentEvent:Conncet(function(Label, text, wait)
TextChange(Label, text, wait)
end)
Server script:
local TextLabel = game.StarterGui.ScreenGui.TextLabel
local TextRemote = game.ReplicatedStorage:WaitForChild(“Text”) - remote event in rep
repeat wait() until game:IsLoaded
while task.wait(2) do
TextRemote:FireAllCilents(TextLabel, “RKGAM3Z2 is the best guy ever”, 0.05
end
this will give the text label a typewriter effect, also ignore any typos i made cuz i write all of this on a ipad 💀
i swear i didnt use chatgpt i swear
@RKGAM3ZS pls respond why dont you respond to me?.?
could you show us how we could make an infinite path of parts with turns in it? would be very useful
the triangle is very sreious
I got this mostly to work but every now and then the camera gets stuck in some random place. It dosent look like i made any errors in the script. PLZ HELP
What about like one time quest
And quest that changes
how do you make it so the cutscene plays after you touch a part?
pls help
He already has a video on that
@@Cowboybootz_ Ok sorry
Task wait script was personal 👀
it didnt work when i did the first bit of scripting, right before the text ui where it showed the camera, can anyone help me
Cutscene with Dialouge with animations?
add after task.wait(-)
animation:play()
@@ANiceKitler ty bro
Sigma vid 👌
thank you B)
Thanks a lot! i'll be using this :D
please please please do a tutorial strictly on how to make a duration for text (how long the text is on the screen) for your next video because idk what to do 😭
It’s the task.wait(#) you insert the amount of seconds you want it to be on the screen in the parentheses
@@Cowboybootz_ ohhh okay well tysm 🙏🏾
epiccc videoooo!!!!!!!!!
W
yooo 4hrs ago
it wont make it go back to the persons camera
For me for some reason it just flings my camera up
i also made it that when you touch a part it does the cutscene
Fixed it nvm
FIRST!!!
welcome B), and yes you really were first
Funny👍
thank you :)
Can someone put the script in this comment in replies pls
first
welcome aswell! you were close, the other person beat you by 14 seconds, you shall both be first.
Primero
everybody is first today
horrible way to do it, nice job bozo
any way for someone to copy the script? @RKGAM3ZS
W
first
welcome, you are first now aswell! we are all first!
W
W