Some more advanced tutorials will be coming out soon, I want to cover a few simple things first then we can get into the cool stuff 😎
@blackenphoria9 ай бұрын
Very cool.
@Vector-io9cn8 ай бұрын
hey! i found ur video on the page so i clicked it and i pretty much enjoyed it. Thank you for helping me out with the script. I actually subscribed to u and liked the video. Im hoping u to make more tutorials so whenever they came out i can watch and learn from it. - my english is kinda stupid but sorry eheh
@tinnydesigns8 ай бұрын
@Vector-io9cn your English is great!
@rkgam3zs8 ай бұрын
@@Vector-io9cnI'm glad you enjoyed it! :) And your English was fine! I'll make plenty of tutorials in the near future!
@Vector-io9cn8 ай бұрын
@@rkgam3zs Thank you!! :D
@sanstheharasser7 ай бұрын
dude, thank you so much man, not only would this be helping me make games, but it also helps me learn at the same time! you've earned yourself another subscriber!
@spekislazeee6 ай бұрын
sans has passed his judgement.
@knaux9 ай бұрын
Joe is my third husband. We have three kids together, how do I make him STOP talking to other women, and talk MORE to ME instead? Thanks! 😊🙏
@rkgam3zs9 ай бұрын
Rusty metal pipe should do the trick, two times daily, and the problem shouldn't be a problem anymore.
@tinnydesigns8 ай бұрын
@@rkgam3zs😂😂
@xiiaxpoco7 ай бұрын
HELP?
@honoree1857 ай бұрын
@@rkgam3zsSir this is work but the Npc dialogue can moved by player how to fix that?? I want the npc cant moved by player
@Walter-i7 ай бұрын
@@honoree185 Anchored.. 😂
@parker31398 ай бұрын
very well made and useful tutorial straight forward and even thought me a few things, keep it up dawg ill definitely support
@rkgam3zs8 ай бұрын
Thank you so much, glad I could teach you something :)
@honoree1857 ай бұрын
@@rkgam3zsSir this is work but the Npc dialogue can moved by player how to fix that?? I want the npc cant moved by player
@iamluhy19307 ай бұрын
@@honoree185 Anchor it?
@isabellejoestar24556 ай бұрын
Since I've started working on a little dating sim kind of game in roblox, I've gotten into trying to learn to script in Lua and use Roblox Studio, and your videos have been a delight to watch! Very simple and understandable instructions, nice voice and straight to the point video. You even think of little details like failsafe measures or extra things like sound!
@itslxhh6 ай бұрын
crazy how ur supporting e dating.
@isabellejoestar24556 ай бұрын
@@itslxhh It's a little passion project with friends for fun, and I don't think it really counts as e-dating since it's not real life online romantic relationships.
@itslxhh6 ай бұрын
@@isabellejoestar2455 if it is that way then cool! sorry if i made your feel offended
@softie27475 ай бұрын
OMG THATS CUTE WHATS THE GAME?
@AlexEdits111112 ай бұрын
its still E dating cus its dating in the game and E dating is dating in the game
@Sr_RgnaldАй бұрын
This information is so useful, you're getting the sloppiest sloppy from me tonight
@cricketgaming67619 ай бұрын
Yes, thank you so much! I am trying to get into Roblox studio and this would be so cool to add into my game!
@zpack.mp45 ай бұрын
if your walkspeed/jumppower script doesn't work, use this: local player = game.Players.LocalPlayer player.Character:WaitForChild("Humanoid").WalkSpeed = 0 player.Character:WaitForChild("Humanoid").JumpPower = 0 edit the numbers at the end of the line for different walkspeed.
@zpack.mp45 ай бұрын
very cool man
@rkgam3zs4 ай бұрын
thanks for helping people out, i appreciate it :)
@jas.363 ай бұрын
tysm!
@Salvatorek342 ай бұрын
my script works for what you said but once the dialogue ends the player freezes any way to fix that? Here's the script I am using: local gui = script.Parent local textBox = script.Parent.textBox local textLabel = script.Parent.textBox.TextLabel local sound = script.Parent.talkSound local plr = game.Players.LocalPlayer local chr = plr.Character local humanoid = chr.Humanoid gui.Enabled = false textBox.Visible = false local function writeText(text,waitTime) local player = game.Players.LocalPlayer player.Character:WaitForChild("Humanoid").WalkSpeed = 0 player.Character:WaitForChild("Humanoid").JumpPower = 0 gui.Enabled = true textBox.Visible = true textLabel.Text = text sound:Play() task.wait(waitTime) end local function endDialogue() gui.Enabled = false textBox.Visible = false textLabel.Text = "" humanoid.walkspeed = 16 humanoid.JumpPower = 50 end task.wait(2) writeText("Welcome to my shop",2) writeText("How may I help",2) writeText("Goodbye",4) endDialogue()
@User-RoughRockАй бұрын
where does it go?
@User-RoughRockАй бұрын
Guys i got the script from 8:13 and it works so here local gui = script.Parent local textBox = script.Parent.textBox local textLabel = script.Parent.textBox.textLabel local sound = script.Parent.talkSound local plr = game.Players.LocalPlayer local chr = plr.Character local humanoid = chr.Humanoid gui.Enabled = false textBox.Visible = false local function writeText(text,waitTime) humanoid.WalkSpeed = 0 humanoid.JumpPower = 0 gui.Enabled = true textBox.Visible = true textLabel.Text = text sound:Play() task.wait(waitTime) end local function endDialouge() gui.Enabled = false textBox.Visible = false textLabel.Text = "text" humanoid.WalkSpeed = 16 humanoid.JumpPower = 50 end task.wait(2) writeText("i love cheese",2) writeText("i actully dont like cheese",2) writeText("i prefer bread",4) endDialouge() everything works btw
@cherri_art10 күн бұрын
I copy pasted this and it didn’t work what am I doing wrong
@User-RoughRock10 күн бұрын
@@cherri_art i think you gotta make sure your things match the words and reload the script
@monkymonky114310 күн бұрын
You're my favorite person in the world rn thank you so much
@Chocolatemilkbelike14 күн бұрын
So everything worked until the part where you had to do a proximity thingy and then every time i interacted with it it didnt show the text...
@Akari70056 ай бұрын
MAN THANKSSS WAS LOOKING FOR SOMETHING LIKE THIS IT WAS SO SIMPLEEEEEE KEEP UP THE GOOD WORK BTW UR CHANNEL IS SOOO UNDERATEDDD Edit: got urself a new sub
@GoodCheese68826 ай бұрын
THANKS SO MUCH FOR THIS! I just took around 3 hours doin this... but it definitely helped A TON and I think I understand scripting just a tiny little bit better now. THANKS SO MUCHH! AND I WOULD LOVE TO TRY THE MORE ADVANCED VERSION
@DirectpolarXD5 ай бұрын
I got to the end expecting it to work but.. NUH UH. I currently am tweaking out because I just wasted a good 40 minutes of my life trying to find out what I got wrong
@faine73793 ай бұрын
sad
@viteztame13drumhead692 ай бұрын
legit same idont know if its the code or something but i followed the video step by step and becuse of this i lost all motivation to continue my game.Which is sad becuse i always wanted to make a Roblox game
@Streamercl1pzz2 ай бұрын
Did you forget to enable the gui again?
@glunk12 ай бұрын
same, I don’t know what went wrong. I’m a complete noob at coding so idk what to do
@Streamercl1pzz2 ай бұрын
@@glunk1 hey, let me know what’s going on
@veDybboL5 ай бұрын
if you could, it would be easier for newer players for you to copy the script part and put it in the disc
@Aydiniyom6 ай бұрын
That was by a big margin the best intro I've ever heard on a YT video
@Lila_bg5 ай бұрын
thank you for the tutorial! im slowly learning how to script more and this made sense and worked, thanks!
@MasadamiaNut12 күн бұрын
How do I do it so where when I give the npc an item the dialogue changes
@onsr87 ай бұрын
i really love this tutorial, i dont even speak english but i understood everything 🙏🙏
@shinings18 күн бұрын
i understand it now +5 coding power (Permanent Addition)
@rkgam3zs17 күн бұрын
soon you will have the power to watch one Alvin blox video
@Mionochrome6 ай бұрын
everything works other than the text actually changing, its just stuck on "text"
@xxnandjxx618926 күн бұрын
I am having trouble getting the interaction to work.. I followed everything you said yet it wont work. By the way, I love your tutorials and they have helped me with so much through my journey of becoming a developer. Keep up the amazing work.
@Dissasterrr2 күн бұрын
How can I make Joe not fall? If I anchor him, then the ProximityPrompt stops working for some reason
@masonbland8 ай бұрын
I'm your 1,000th Subscriber! Congrats on getting to 1k! :P
@rkgam3zs8 ай бұрын
Thank you so much btw!!! I can't believe ive reached 1k, gotta do something special 🤔🤔
@masonbland8 ай бұрын
@@rkgam3zs for sure!
@Darko_Boi8 ай бұрын
youre gonna get 1.5k bsfore you make a 1k special 😮 @@rkgam3zs
@lafhee7 ай бұрын
thanks for the simple and easy to follow along tutorial :)
@rkgam3zs7 ай бұрын
of course:)
@Stoobid_Boiz15 күн бұрын
Ty so much. This is gonna help me to build my game! Battle It Out
@soularkanz8 ай бұрын
11:40 i accidently delete the writetexts scripts..and nothing works rn
@guyintheshadoes5 ай бұрын
Hello guys, if you are experiencing a bug for the proximity prompt when coding, add a wait(0.1) or whatever, before you apply the variable. F.E. : wait(0.1) local npcDialogue = Folder:WaitForChild("NPCDialogue").ProximityPrompt local scripts can be pretty annoying, but this is how you can fix it. If you get hit with a "nil with FindFirstChild" error then always add a quick wait before calling the variable. I also figured out the humanoid problem. This one should also be pretty easy. You just need the code to check if the player has a character. F.E. : local Player = game.Players.LocalPlayer if Player.Character then Player.Character.Humanoid.WalkSpeed = 0 end hopefully this helps!
@officalbaconhairgaming73375 ай бұрын
you're. a. genius.
@officalbaconhairgaming73375 ай бұрын
I'm just a little confused on the humanoid problem.
@raflyansadamhidayat98235 ай бұрын
Sorry but before what variable for the text prompt?
@guyintheshadoes5 ай бұрын
@@raflyansadamhidayat9823 the variable for your proximity promt
@DummyDom_3 ай бұрын
I gasped when it actually worked thank you so much I was about to crash out
@DNSzzz9 ай бұрын
so useful! I'm going to show this to a friend
@H4CP8 ай бұрын
average bot comment
@DNSzzz8 ай бұрын
@@H4CP average bot comment
@Kentou_ytАй бұрын
the proximity prompt doesnt show up for me
@Rexlolz3 ай бұрын
is there any way to like make it appear after a play button is pressed?
@reksai32656 ай бұрын
Am i the only one getting this error that says joeDialogue isn't valid member of the dialogue folder? I mean it does work in roblox studio but when i tried it on my real game it doesn't work and then when i check my roblox studio back it gives me the error..
@colorcob71873 ай бұрын
this might not be verry helpfull, but i have the same problem. i fixed it by spawning closer to the npc. idk why but that is how i learned how to fix it temararly
@BirbLeen9 күн бұрын
my problem was "Humanoid isnt a valid member of the workspace", not sure what the problem is, I had the same exact code as Joe but I cant play it.
@Euforia.Official8 күн бұрын
uhh so um, the place when it should be dialogue is invicible. I tried to make it visible but I can't. Can someone tell me what did I do wrong?
@Sherberrycaku22 минут бұрын
i have the same problem
@Over2UTake10 күн бұрын
keeps saying Humanoid is not a valid member of Model :/
@Rudy2Kropka08 ай бұрын
Congarts on 1k man!
@rkgam3zs8 ай бұрын
Thank you so much!
@Moonglow-l6t2 ай бұрын
I tried doing the part In 6:07 , but it somehow doesn’t work, I want to know what did I make wrong? Like the textlabel still remained to say “text” inside the text box, and it doesn’t disappear then appear then disappear again
@ron73506 ай бұрын
I finally learned to do it on proximity prompt tysm , I'm also gonna add something extra which is cameras position
@Smudge_TherianKat5 ай бұрын
I need help I did everything you told me to but for the text it isn’t working I followed everything you did but my text just says “label” how do I fix this please help!
@LittleAsianBoy885 ай бұрын
i am having difficulty at the proximity part. ive double checked everything and everytime i run the test, the part in the npc folder dissapears. how do i fix that?
@Itzame37564 ай бұрын
Not sure if you still need help, but did you anchor the part? Otherwise it'll fall off the map
@LittleAsianBoy884 ай бұрын
@@Itzame3756 i did anchor the part
@Holden1011q17 ай бұрын
for some reason when I add the other dialogue for Fred or the second person the Gui doesn't stay hidden
@wasnexhere8 ай бұрын
6:27 are you sure that's not a demon in your room? what are you hiding?
@rkgam3zs8 ай бұрын
PSSSHHH I WOULD NEVER HIDE ANYTHING!!!!! hahahahahahahhshahshshshshjajdnejeelfkkekwe. Demons don't exist.
@ilymelodyyАй бұрын
I've spent hours trying to figure out a fix and I have absolutely no idea. When I run the game, the gui is still on the screen. I've tweaked this script a million times, I've reset from scratch over and over and it's just bugged. Sometimes the gui chooses to just be invisible when the game starts, which is what I want. And other times it stays on screen, it's literally 50/50 and it's so annoying. Any tips?
@minixau_G2 ай бұрын
6:41 whitch key do I press to do "BLANK SPACE"???
@Munchiey7 ай бұрын
whenever i try to make the player speed and jump power to 0 it doesn't work (i suck at coding)
@thatoneconehead5 ай бұрын
no hate, but the script didn't work for me, did i do something wrong? example: i play the game and the text only says "label" it doesn't play the text like usual, please let me know how to fix this!
@waffledkai5 ай бұрын
Same
@theproBloxerYT2 ай бұрын
Same
@JoãoInácio-l3n6 ай бұрын
doesn´t work :/ the script doesn´t work, i dont know why, i play the game and the textbox appear, but it doesn´t change, it stays: text, i did every thing you did, i dont know what is going on, please help
@Ghoul_Game1446 ай бұрын
me to
@KoriSt4r6 ай бұрын
Same
@Thereal_Static5 ай бұрын
Maybe because of your spelling. In your script check the errors. If you see an orange line in where you scroll up and down. that means theres something wrong about your spelling or maybe even wrong names.
@Thereal_Static5 ай бұрын
I had the problem too but fixed it since i found the solution
@Thereal_Static5 ай бұрын
Hope this helps 😃
@HealthyJit7123 күн бұрын
every single tutorial i watch just doesnt work. I copy everything they do. yet it still doesnt work. idk if its cuz of my dookie booty ass laptop or something but nothing works.
@StreetyPixel12 күн бұрын
he likes cheese. he actually doesnt like cheese, he prefers bread.
@CreatorProductionsOriginal6 ай бұрын
What’s the BG music name? It’s perfect for the game I’m doing 😭 (For reference, I’m talking about the music that plays at 2:35, this is in case the music changes sometime in the vid)
@BeanStudios-m2z2 ай бұрын
I believe it is from FNAF 6 in one of the mini games I believe it was the secret car minigame
@Xchara-real2 ай бұрын
How do I make the text play on “interact” with proximity prompt? And how do I make the text appear letter by letter? Also how do I give it options to answer 👉👈
@davideseidita8576Ай бұрын
Dude the interact doesnt work , pls help local gui = script.Parent local textBox = script.Parent.Textbox local textLabel = script.Parent.Textbox.Textlabel local sound = script.Parent.TalkSound gui.Enabled = false textBox.Visible = false local function writeText(text.waitTime) gui.Enabled = false textBox.Visible = false textLabel.Text = text sound:Play() task.wait(waitTime) end local function endDialouge() gui.Enabled = true textBox.Visible = true textLabel.Text = "" end task.wait(2) writeText("sono onma",2) writeText("tu sei gheyi",2) writeText("ez",4) endDialouge()
@pxtrey29 күн бұрын
you mispelled Dialogue
@Progectgxs7 ай бұрын
if the script doesnt work try this local dgui = script.Parent local textbox = dgui.Textbox local textlabel = dgui.Textbox.TextLabel local sound = dgui.TalkSound local function writeText(text, waitTime) dgui.Enabled = true textbox.Visible = true textlabel.Text = text sound:Play() wait(waitTime) end wait(2) writeText("Your text", 2) writeText("Your text", 2) writeText("Your text", 2) writeText("Your text", 2) writeText("Your text", 2) dgui.Enabled = false textbox.Visible = false (you can make the text whatever you want)
@RepicKd5 ай бұрын
LIFE SAVER
@MrAizen05 ай бұрын
W manzzz
@Fancy_Dev.5 ай бұрын
hey, even after pasting in your script and working around trying to get it work, it still wont work at all mind telling me what the problem might be? (found the problem, accidentaly pasted a letter in the sound part thing so it didnt work)
@BrooksBradley-y5p4 ай бұрын
it didnt work idk why
@deva-x9l4 ай бұрын
@@BrooksBradley-y5psame
@Simurgh0822 күн бұрын
does anyone in the comments know why the dialogue wont work whenever I spawn far away from the NPC but works whenever I spawn right next to it?
@Helluvaeditor6 ай бұрын
I followed everything and like triple checked, but when I try to interact with my character, theres no button to do so :(
@BeanStudios-m2z2 ай бұрын
Try making the invis box small and in the torso I had the same problem
@dmytronesterenko42162 күн бұрын
just make the object that has the proximityPrompt not touch any object nor screenGUI
@Mai-yd2vs3 ай бұрын
Why the text doesn’t show when i interact with the npc? I’ve followed all the scripts but it still didnt work. It only doesn’t work after i entered the proximityprompts
@PixelsEditsOfficialАй бұрын
yay i watched this whole damn thing for it to not work im so happy
@IllusionTy18 күн бұрын
I swear on jesus christ when I did this I typed "sorry the store is closed come back later" the text said Diddy idk how that happened or how to fix it
@TismunitedАй бұрын
Is it possible to have both options? I want to game to start off with the text box on the center then have the player talk to an npc
@Badd11504 ай бұрын
how do i make the text animated? a typewriter effect, like make the letters appear one by one, i used to be able to do it but i sorta forgot since im not used to scripting anymore,
@pumpkien10124 күн бұрын
i wanted to make a game with my oc's and you can like speak to them. and i also want them to speak to eachother so yeah
@_faan8 ай бұрын
Hey, your channel has a lot of interesting tutorials. I just am really interested in learning luau because I’ve been building since 2020 and just know the very basics of scripting after like 4 years, so could you please let me know how and where to learn luau from?
@beezle183976 ай бұрын
hey so everything was working up until i tested it and i interacted with joe and the text didint pop up? i thought i did everything right? do u have any solutions? btw i subscribed
@krumiril65796 ай бұрын
happened to me too
@Euforia.Official8 күн бұрын
same with me
@K4IZZ46 ай бұрын
Hi i know im a little late but this worked until the very end, I could interact with the npc but text is not showing or the dialogue do you know how to fix this?
@AlexEdits111112 ай бұрын
i have a fps camera for my horror game I'm using this for and nothing happened... and I don't know how to activate it
@PilottodubaiАй бұрын
I just have one queery. How do I make it so that my sound does not stop each time a new text appears?
@GamingWithVictor_7 ай бұрын
it wont work for me from 11:00 onwards, i have checked multiple times and the script is all the same
@SonicWackyspeed2 ай бұрын
PEAKKK!!!! This works really well
@fireraptor23185 ай бұрын
When I load into the game, the text label/frame does not disappear and the script doesn't work.
@coopatroopa3207Ай бұрын
this is a very good tutorial but ive ran into a problem. when i make the second dialogue, it works fine, but if the other person with the dialogue (ur one was fred) is too far away, then the whole dialogue doesnt work, even the 1st one (which was joe in ur video). do you know why?
@Tuckla6 ай бұрын
Hey! So when i added the parts that stopped the player from moving, the script stopped working. I then removed those edits and it worked again. The player being frozen didn't really matter to me so I just moved on. I added the last edits and the proximity prompt was not working. I have tried everything, I've checked the script for mistakes, and when I interact still nothing happens. Can you reply to this with the fully copied script so I can paste that in? I don't know what to do
@User-RoughRockАй бұрын
that happened to me
@Chocolatemilkbelike14 күн бұрын
happened to me too, at this points ive spent 4 hours trying to find a tutorial for this but they all dont work...
@WolfyTheJolteon6 күн бұрын
Same here D:
@battlebarks88553 ай бұрын
I keep getting an error saying is not a valid member of folder Workspace.dialogueFolder how can I fix it
@R1cksLab_Ай бұрын
Can someone help me it just shows the original “text” but is not changing texts like his is 😢
@magteuss8 ай бұрын
Your video it's so good! you are the best! i have a ideia for you, make an functional computer
@rkgam3zs8 ай бұрын
Thank you!
@lixzu6959Ай бұрын
when i click on joe or fred nothing happens but the code is the same what should i do?
@interlude6073 ай бұрын
hey, i’m having some trouble with my script thats based off of this tutorial the triggered dialogue function expects “(“ when running “writeText” when playtesting, the gui and sounds don’t appeat or start if that means anything to you then i’d really appreciate the help
@amyburke75373 ай бұрын
you sir just gained a sub
@nagiyim128 ай бұрын
the second dialogue doesn't work at me i probably did something wrong but i dont think so "fredDialogue is not a valid member of Folder "Workspace.dialogueFolder"" i get this error but fredDialogue is a valid member of dialogueFolder i dont get why it doesn't work and when i try to do the second dialogue the first dialogue doesn't work anymore too think you can help me man?
@rkgam3zs8 ай бұрын
try adding a waitforchild("fredDialogue") if everything is spelled correctly, since the script might be running before the game fully loads
@Tyler-oz3lt2 ай бұрын
Will you be making a tutorial on how to make npc talk with actual human words like npc will say "hi i am fred" and you will hear him saying hi i am fred
@DummyDom_3 ай бұрын
For some reason the JoeDialouge part keeps deleting itself whenever I press play. What happened I am physically tweaking
@WolfBloxsYT4 ай бұрын
hey this is amazing! i have one tiny issue though, i tried to make some simple dialouge and whenever i edited the script i had to wait 5 minutes for it to work again
@bread-play16 күн бұрын
3:33, just to come back where I left off
@KareemTrades22 сағат бұрын
2 yrs kater
@NotRikoNee5 ай бұрын
writetext(text: *error-type*, appears after i try to edit out the text and waittime. I am a beginner and i followed every single steps but it's still not working properly.
@GarouMasterYT3 ай бұрын
Great Video fr
@Starcode_MrCrocodile3157 ай бұрын
you just earned a new sub (;
@Laetrnaa6 ай бұрын
hey if you can read this i was wondering on how to make the dialogue sound come on for every letter pressed instead of one time for the entire sentence. is there a way to do that?
@zwsore3 ай бұрын
is there anyway like instead of the text dissapearing another text appears under it
@bolgorwheat87537 ай бұрын
Hmm if I put another one far away from joe, I can't interact with it.
@seanloughlin-f6eАй бұрын
this didnt work for me. it would not show the text. any ideas
@fairuran6 ай бұрын
Dude, you are freaking hilarious.
@Rudy2Kropka08 ай бұрын
Thank you man you really helped me!
@rkgam3zs8 ай бұрын
Of course!
@Axolotl_10008 ай бұрын
It doesn't work I did everything like in video I have that button and I wrote all scripts like in video but when I'm pressing E it's just not working (I'm very beginner in scripting)
@krumiril65796 ай бұрын
SAMEEE
@alanorist6 ай бұрын
Somehow it doesnt show up the text in the textbox 😭😭
@thewreaklessgoose4 ай бұрын
When I talk to my character everything works but the dialogue is stuck on text. Can someone help please
@yisayla6 ай бұрын
how do i add fade effect in between the texts?
@nse_mjna3 ай бұрын
a certain problem I have, when I move my npc to a different place with the proximity prompt selected along with it, the "e to interact" option still appears on the moved npc, but the dialogue doesn't play
@LenKagamineEPIC21 күн бұрын
hii 2 months later... Did u end up fixing it?
@MoonyDQ12 күн бұрын
I have the exact same problem did you fix this? Is so please tell me.
@lptrn07 ай бұрын
When joiniing the game through roblox, i can only interact with the button after i die, why is that?
@cxrsed-m1t9 ай бұрын
Hey man, Could u do a tutorial on how to make those monsters u made some videos ago? thanks!
@RealRoyalMonkey5 ай бұрын
For those wanting the code for joe here it is: local gui = script.Parent local textBox = script.Parent.textBox local textlabel = script.Parent.textBox.TextLabel local sound = script.Parent.talksound local plr = game.Players.LocalPlayer local chr = plr.Character local humanoid = chr.Humanoid local dialogueFolder = game.Workspace.dialogueFolder local joeDialogue = dialogueFolder.joeDialogue.ProximityPrompt gui.Enabled = false textBox.Visible = false local function writeText(text,waitTime) humanoid.WalkSpeed = 0 humanoid.JumpPower = 0 gui.Enabled = true textBox.Visible = true textlabel.Text = text sound:play() task.wait(waitTime) end local function endDialogue() gui.Enabled = false textBox.Visible = false textlabel.Text = "" humanoid.WalkSpeed = 16 humanoid.JumpPower = 50 end joeDialogue.Triggered:Connect(function() joeDialogue.Enabled = false writeText("cheese", 2) writeText("ye this is royalmonkey", 2) writeText("cheese",2) endDialogue() joeDialogue.Enabled = true end)
@IanCarrascoAguiar4 ай бұрын
bro you are a real hero
@K0l5050-II3 ай бұрын
great i just finished the script and now i saw this comment
@RealRoyalMonkey3 ай бұрын
@@K0l5050-II bad timeing haha
@joyboy23342 ай бұрын
@@RealRoyalMonkey it dont work for me
@RealRoyalMonkey2 ай бұрын
@@joyboy2334 make sure you watch the video as well and name everything correct because this script does work
@straykaeru3 ай бұрын
im tweaking cause i dont see any difference between the script i wrote down and the script in this video but the proximityprompt doesnt appear
@straykaeru3 ай бұрын
right so for some reason joeDialogue deletes itself when i load the game inside studio. what edit: fixed that but now i gotta figure out why the dialogue isnt showing MAN
@drcheznut6 ай бұрын
Hey, idk if u will see this but I make the script shown in the video but every time I interact with the proximity prompt/npc nothing happens (I’ve checked for spelling)
@beezle183976 ай бұрын
me too!! idk whats happening it worked before i added the proximity prompt