HOW TO MAKE DIALOG WITH CAMERA SYSTEM | ROBLOX STUDIO | 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 187

  • @dtc-davethecoder7005
    @dtc-davethecoder7005  2 ปีที่แล้ว +17

    📌*NEXT TUTORIAL: HOW TO MAKE CHARACTER SELECTION LIKE IN ABA

    • @EditedByNaveed
      @EditedByNaveed 7 หลายเดือนก่อน

      where is it atttt

  • @crimsonifiedlfc
    @crimsonifiedlfc ปีที่แล้ว +12

    If you want to make another dummy with different text, just duplicated the GUI and the folder. Change the new folder's name to "Cams2" and change the Cam1 Part to "Cam3" and Cam2 to "Cam4", and then edit the script to this:
    local Border1 = script.Parent.Dialog.Border0
    local Border2 = script.Parent.Dialog.Border1
    local ProximityPrompt = game.Workspace.Dummy2.DialoguePrompt:WaitForChild("ProximityPrompt")
    local Dialouge = script.Parent.Dialog.DialogText
    local Text = script.Parent.Dialog.DialogText
    local Camera = workspace.CurrentCamera
    local player = game.Players.LocalPlayer
    local Views = workspace:WaitForChild("Cams2")
    local tweenService = game:GetService("TweenService")

    function tweenCamera(pos,tweenTime)
    tweenService:Create(Camera,TweenInfo.new(0.75,Enum.EasingStyle.Cubic), {CFrame = pos.CFrame}):Play()
    end
    local FovCutscene = tweenService:Create(Camera, TweenInfo.new(0.75), {FieldOfView = 50})
    local FovCutsceneRedo = tweenService:Create(Camera, TweenInfo.new(0.75), {FieldOfView = 70})
    local function typing(Dialouge, text)
    for i = 1,#text do
    Dialouge.Text = string.sub(text,1,i)
    wait(0.055)
    end
    end
    ProximityPrompt.Triggered:Connect(function()
    ProximityPrompt.Enabled = false
    repeat wait()
    Camera.CameraType = Enum.CameraType.Scriptable
    until Camera.CameraType == Enum.CameraType.Scriptable
    Camera.CFrame = Views.Cam3.CFrame
    tweenCamera(Views.Cam4, 2)
    FovCutscene:Play()
    Border1.BackgroundTransparency = 0
    Border2.BackgroundTransparency = 0
    Text.TextTransparency = 0

    typing(Dialouge, "TEXT 1", 3, true, 0.05)
    wait(2)
    typing(Dialouge, "TEXT 2", 3, true, 0.05)
    wait(2)
    typing(Dialouge, "TEXT 3", 3, true, 0.05)
    wait(2)
    FovCutsceneRedo:Play()
    Border1.BackgroundTransparency = 1
    Border2.BackgroundTransparency = 1
    Text.TextTransparency = 1
    ProximityPrompt.Enabled = true
    workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
    end)

    • @NotEvenViceral
      @NotEvenViceral ปีที่แล้ว +1

      Doesnt work

    • @NotEvenViceral
      @NotEvenViceral ปีที่แล้ว +1

      NVM IT DOESSSSS TYSM

    • @RealTofuNinja
      @RealTofuNinja 7 หลายเดือนก่อน

      @@NotEvenViceral How?

    • @semeoo76
      @semeoo76 4 หลายเดือนก่อน

      tried to do same thing but didnt got it but with you i got it now :D

    • @Evs-i8y
      @Evs-i8y 4 หลายเดือนก่อน

      Just cams?

  • @Flowerknowsyou
    @Flowerknowsyou 2 ปีที่แล้ว +1

    OMG NVM I FIXED IT IT ACTUALLY WORKS THANK YOU SOOO MUCH UNISOFT, YOU DESERVE MORE THAN 1K SUBS!, ALSO U HAVE A NEW SUBSCRIBER :DDDDDDDDDDDDDD

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว +1

      Ty! :>

    • @asxdzy
      @asxdzy ปีที่แล้ว

      how did u fix it? it doesnt work for me

    • @Flowerknowsyou
      @Flowerknowsyou ปีที่แล้ว

      @@asxdzy don't change the name of the cams, and in the script, but if you want to change it, don't forget to also change the name of the cams1 and cams2 inside the script, name the cams1/2 whatever you like , or the easier way is just dont change the cams, thats all i have learned, sorry, pretty hard to explain

  • @josep_iguess
    @josep_iguess 2 ปีที่แล้ว

    I thought it wasnt working but it started working randomly. Thanks alot!

  • @TheOneIsaac
    @TheOneIsaac 2 ปีที่แล้ว

    Thank you so much. I needed this for my game!

  • @matthewluque4195
    @matthewluque4195 2 ปีที่แล้ว +7

    Wow this was so cool. I was wondering if you could do the same thing as this with a different font and as the character is speaking it can have a little cutscene showing around the map. Thank you

    • @vertigotech
      @vertigotech ปีที่แล้ว

      you can do that your self by adding more cameras and just replacing a couple lines i think

  • @The4IQcat
    @The4IQcat 2 ปีที่แล้ว +1

    Tysm it worked i sub

  • @DittyNinja
    @DittyNinja 2 ปีที่แล้ว

    Earned a freaking sub.

  • @jakey-kun2717
    @jakey-kun2717 2 ปีที่แล้ว

    thats rlly good and cool bro

  • @AbduIz
    @AbduIz 7 วันที่ผ่านมา

    Thank you sooooooooooooooooooooooooooooooooooooooooooo MUCH!!!!!

  • @pinkmarkercat
    @pinkmarkercat ปีที่แล้ว

    Thanks its work good! :D i subscirbe lol

  • @-vibez-1678
    @-vibez-1678 2 ปีที่แล้ว +1

    omg! tysm, this is absolutely perfect for my game. much appreciated

  • @MikePlayz163
    @MikePlayz163 2 ปีที่แล้ว +5

    The E (Talk) Button Doesn't A Show And Sometimes When It Appears, It Does Nothing. I Check Multiple Times, There Is Nothing Wrong With The Script Neither The Parts! Pls Fix This

    • @_nugget1
      @_nugget1 ปีที่แล้ว

      same happens to me

  • @DavidPuiu420
    @DavidPuiu420 2 ปีที่แล้ว

    Thank you helped a lot

  • @FunnyCraftSheep
    @FunnyCraftSheep ปีที่แล้ว

    Thank you so much!!!

  • @Y3B123
    @Y3B123 2 ปีที่แล้ว +2

    I really like the tut! But I was also wondering if you can make it a voice talk?

    • @biozin1706
      @biozin1706 2 ปีที่แล้ว

      I'm assuming you figured it out already?

    • @Y3B123
      @Y3B123 2 ปีที่แล้ว

      @@biozin1706nope still havent

    • @biozin1706
      @biozin1706 2 ปีที่แล้ว +3

      @@Y3B123 You record your voice or someone else. Click create on Roblox and go to audio, upload it, when done go to Roblox studio, put the audio in the handler script, type on top of the script, local sound = script.Parent. SoundId - change the name if you have a different name. Put SoundId near the dialogue.

    • @Y3B123
      @Y3B123 2 ปีที่แล้ว

      OMG IT ACTUALLY WORKS BRO THX

    • @biozin1706
      @biozin1706 2 ปีที่แล้ว

      @@Y3B123 Your welcome.

  • @TesterxX
    @TesterxX ปีที่แล้ว +1

    how to make dialog with camera npc shop my bro?

  • @TacoInkProductions
    @TacoInkProductions 5 หลายเดือนก่อน

    Sometimes it bugs for me and says the dialogue or the proximitypormpt isnt in that part when i put everything where its supposed to be

  • @risinggames8189
    @risinggames8189 2 ปีที่แล้ว +1

    Wow! So Cool

  • @sillyfuro
    @sillyfuro 5 หลายเดือนก่อน

    didn't forget to put the screengwee in startergwy

  • @romeclarke660
    @romeclarke660 2 ปีที่แล้ว +1

    I got a question, how do i add a sound when the character speaks?

    • @Fastrok
      @Fastrok ปีที่แล้ว

      do you still need help, if so check the top comments

  • @SharkFinNator
    @SharkFinNator ปีที่แล้ว

    How do you make so you can interact with the dummy once?

  • @BrianAndEvanStudios
    @BrianAndEvanStudios 7 หลายเดือนก่อน

    Hey! how do I fix the proximity prompt working but dosent work when I place it on the other side of a part?

  • @starymusic2
    @starymusic2 2 ปีที่แล้ว +3

    Hey I would like a turn based combo system for my game it would really help a lot thanks

  • @teassings
    @teassings ปีที่แล้ว

    when i press play in roblox studio the cutscene works but when i do it when i publish the game and i play it in roblox it doesnt seem to work

  • @NezarecFGOP
    @NezarecFGOP 2 ปีที่แล้ว +1

    Mine wasn't working but I fixed it
    If it dosent work, un-group the dummy and the cameras!

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Yes The Script of Model is Outdated So Im Trying to do it Again

    • @hpr_amin9713
      @hpr_amin9713 2 ปีที่แล้ว +2

      omg thanks it helped i didnt know how to fix it before

    • @ImogenDafunny
      @ImogenDafunny ปีที่แล้ว

      @@dtc-davethecoder7005 the last text doesn’t disappear HELPPPPPPPPPP

  • @altafbnarendra5188
    @altafbnarendra5188 2 ปีที่แล้ว

    Wow thanks alot it helped! but what about if you want 2 or more npcs in your game?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      its okay

    • @brawlstyle5436
      @brawlstyle5436 2 ปีที่แล้ว

      @@fourraq you gotta change everything’s name of your second character. For examples his cams, change to names « cam 3 and cam 4 » instead of 1 and 2, change « dummy » to « dummy2 », change the cam folder to a different name, etc… and then go to your script and search for the original names and replace them with your new ones

  • @gameplayofalsk4967
    @gameplayofalsk4967 2 ปีที่แล้ว

    You can also make the system if you get close to the humanoid the screen starts to shake, please

  • @jarnin999
    @jarnin999 ปีที่แล้ว

    My camera while in dialogue spinning
    This issue have a way to fix it?
    Player is first person lock

  • @ImogenDafunny
    @ImogenDafunny ปีที่แล้ว

    The last text is not disappearing when exiting the animation

  • @zenitsu-kun9416
    @zenitsu-kun9416 ปีที่แล้ว

    i have a question : DO i have to use that model?

  • @goldenmushroom.5617
    @goldenmushroom.5617 ปีที่แล้ว

    Hey I don't think this works anymore since I changed the text and not even the camera nor the text works help??

  • @to_n1ght
    @to_n1ght 2 ปีที่แล้ว

    make a second version that can work whit a diferent dummy PLSSSSS

  • @asxdzy
    @asxdzy ปีที่แล้ว

    i did EXACTLYY how it was shown in the video and it still doesnt work

  • @marko8708
    @marko8708 2 ปีที่แล้ว

    can you make the dummy into anyones character?.

  • @boxfunkin.
    @boxfunkin. 2 ปีที่แล้ว +1

    how do i add more npcs with multiple cameras?

  • @Morktin_Art
    @Morktin_Art 2 ปีที่แล้ว

    How to make it play once and only when u touch a part?

  • @TheRandomStoryboy
    @TheRandomStoryboy 2 ปีที่แล้ว

    can you pls make a tutorial on how to make a sound to it

  • @alaxolame
    @alaxolame 2 ปีที่แล้ว

    what it didnt work that i try test the camera worth by made talks systems

  • @Funnis_stuffOFFICIAL
    @Funnis_stuffOFFICIAL ปีที่แล้ว

    how do i make the character have multiple bois

  • @itshunnibee
    @itshunnibee 2 ปีที่แล้ว +1

    Amazing tutorial! all tho, mine wont work... the camera view wont go in and my charater wont say anything T-T i think its bc all of the stuff like the cameras when i first spawn the stuff it all ends up in workspace and not outside of it :(

    • @biozin1706
      @biozin1706 2 ปีที่แล้ว

      Did you fix it yet?

  • @Mxrcyyx
    @Mxrcyyx 2 ปีที่แล้ว +1

    can you make a da hood ctrl to croch please

  • @slurpyRo
    @slurpyRo 2 ปีที่แล้ว

    Why its not working.... I press e but nothing happens

  • @dtc-davethecoder7005
    @dtc-davethecoder7005  2 ปีที่แล้ว

    📌FOR WHO SAYING THAT WAS A KIT LOL I CANT MAKE A LONG TUTORIAL BE CAUSE BAANDICAM ONLY CAN RECORD 10MINS SO IF I MAKE THE WHOLE TUTORIAL ITS GONNA HARD TO EXPORT ON CUPCAT AND HARD TO SAVE ON CP.

    • @bruhiv747
      @bruhiv747 2 ปีที่แล้ว +1

      use OBS studio +999 Iq

  • @alecc2502
    @alecc2502 2 ปีที่แล้ว +1

    How do i make multiple dialogues?

    • @betharoni
      @betharoni 2 ปีที่แล้ว +1

      do the same process and then rename dummy and cams and go to text script and find dummy and cams in it and also rename them to what u just changed them to if that makes sense

  • @henree9245
    @henree9245 2 ปีที่แล้ว

    how do i make it possible with multiple characters?

  • @TheDroneMan1
    @TheDroneMan1 ปีที่แล้ว +1

    This works completely fine on studio but when I was testing this on roblox I found out that the last text would not disappear alongside the boxes after the dialogue speech ends. The text becomes black too after the dialogue ends if that is any help. Any idea why that happened? Okay thanks

    • @TheDroneMan1
      @TheDroneMan1 ปีที่แล้ว

      Alright so I out found the source of the problem, it was the text's stroke! Just set its transparency to 1 or script for it to disappear with the text :D

    • @ImogenDafunny
      @ImogenDafunny ปีที่แล้ว +1

      @@TheDroneMan1 please tell me where to disable that bc I m struggling so much

    • @Trahzi
      @Trahzi ปีที่แล้ว

      @@TheDroneMan1 Thank you very much! You are the only person that found a solution to that issue.

    • @TheDroneMan1
      @TheDroneMan1 ปีที่แล้ว

      @@Trahzi np

    • @asxdzy
      @asxdzy ปีที่แล้ว

      @@TheDroneMan1 how do i do that ;DDDDD

  • @DadGoneForBread
    @DadGoneForBread ปีที่แล้ว

    Thanks for your tutorial, but on thing - 3rd text in the dialog don't disappear. Please check this comment.

  • @axelouv3002
    @axelouv3002 2 ปีที่แล้ว

    Hey i have question if i want to add other what i need to do?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Good Question!, Well i gonna do a part 2 for that

    • @axelouv3002
      @axelouv3002 2 ปีที่แล้ว

      @@dtc-davethecoder7005 thanks

  • @mualeemm
    @mualeemm 2 ปีที่แล้ว

    When I press e it doesn't give me the texts

  • @Workout_Nerds
    @Workout_Nerds 2 ปีที่แล้ว

    make a inventory system like Anime fighters

  • @Charmy_rbx
    @Charmy_rbx 2 ปีที่แล้ว +2

    Can you copy script that you used and paste replied this comment please? That didn't work in mine game :(

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      You can Get the model in description.

    • @Charmy_rbx
      @Charmy_rbx 2 ปีที่แล้ว

      @@dtc-davethecoder7005 Yeah and that model didn't work. Idk why, I retried 4 times and all awful

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@Charmy_rbx What is the Prob in Model? can i know what is the Bugm

    • @Charmy_rbx
      @Charmy_rbx 2 ปีที่แล้ว

      @@dtc-davethecoder7005 I think the problem in script I think. When I'm press E thats not starting to act like in video

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@Charmy_rbx Here's The fixed model www.roblox.com/library/9219189729/DIALOG-WITH-CAMERA

  • @octavio4590
    @octavio4590 2 ปีที่แล้ว

    Hi, I was wondering if you could make a stamina bar system with the custom animated running system?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Ok Noted After The Minimap Tutorial

    • @nubton
      @nubton 6 หลายเดือนก่อน

      @@dtc-davethecoder7005 yo how do i make a voice for this like undertale?

  • @demonlord9125
    @demonlord9125 2 ปีที่แล้ว

    How about how to add sounds to ur animations

  • @Project_Racers
    @Project_Racers ปีที่แล้ว

    How to add more?

  • @marinoprisan7148
    @marinoprisan7148 2 ปีที่แล้ว

    all worked good but when i press E and even if i click the E it wont start.. help

  • @Toszsa
    @Toszsa 2 ปีที่แล้ว

    That shit dont work . Why everytime when i try to do something in roblox studio , it doesen't work ? When I press E nothing happens

    • @cuvier64
      @cuvier64 2 ปีที่แล้ว

      Same here

  • @lookingforrain
    @lookingforrain 2 ปีที่แล้ว +1

    is there a version where you can interact with the dialogue

    • @Bizop99
      @Bizop99 2 ปีที่แล้ว

      no

  • @betharoni
    @betharoni 2 ปีที่แล้ว

    tyy

  • @retr0lumber103
    @retr0lumber103 2 ปีที่แล้ว

    does it work only on R6 characters?

    • @Fastrok
      @Fastrok ปีที่แล้ว

      no

  • @ourfatburger
    @ourfatburger 2 ปีที่แล้ว

    How do I change the size of the text?

  • @monokuma9282
    @monokuma9282 2 ปีที่แล้ว

    When I press E it doesn’t do anything. Any help?

  • @Charmy_rbx
    @Charmy_rbx 2 ปีที่แล้ว +1

    Help, what if don't work???

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว +1

      Ahm Why?

    • @Charmy_rbx
      @Charmy_rbx 2 ปีที่แล้ว

      @@dtc-davethecoder7005 Idk

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@Charmy_rbx Here's the fixed model

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      www.roblox.com/library/9219189729/DIALOG-WITH-CAMERA

    • @Charmy_rbx
      @Charmy_rbx 2 ปีที่แล้ว

      @@dtc-davethecoder7005Thank you so much! I'll try it later, I'm not home now

  • @lookingformeornot
    @lookingformeornot 2 ปีที่แล้ว

    Your inventory is private, so nobody can access the model dude.

  • @Marcus-w6d6n
    @Marcus-w6d6n 2 ปีที่แล้ว

    Whenever I press e nothing happens can you help me?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Check Output

    • @Marcus-w6d6n
      @Marcus-w6d6n 2 ปีที่แล้ว

      @@dtc-davethecoder7005 It actually does work it just wont work in the game im trying to do it in

  • @reincarnation_x
    @reincarnation_x ปีที่แล้ว

    tyyyyyyyyyyyyyyy

  • @Iris-km3wc
    @Iris-km3wc 2 ปีที่แล้ว

    nothing happens when I press E, HELP PLS :((

    • @brawlstyle5436
      @brawlstyle5436 2 ปีที่แล้ว

      Make sure you un group « workspace » and « surfaceGui » models

  • @MysticXMac
    @MysticXMac 2 ปีที่แล้ว

    When I Press E It Doesn't do anything Any Help?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Yes its not working again so I fixing it

    • @Iris-km3wc
      @Iris-km3wc 2 ปีที่แล้ว

      @@dtc-davethecoder7005 did you fix it? I tried it and it doesn't work

  • @BoxyBloxOfficial
    @BoxyBloxOfficial 2 ปีที่แล้ว

    can there be multiple npc's

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      Cant

    • @BoxyBloxOfficial
      @BoxyBloxOfficial 2 ปีที่แล้ว

      @@dtc-davethecoder7005 well i figured a way out

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@BoxyBloxOfficial Okay Good Luck

    • @BoxyBloxOfficial
      @BoxyBloxOfficial 2 ปีที่แล้ว

      @@dtc-davethecoder7005 just dupliacte gui rename the dummy in the gui script, duplicate folder + E to chat thing, and yeah do the same thing to add to another dummy/npc

    • @clumz771
      @clumz771 2 ปีที่แล้ว

      @@BoxyBloxOfficial Hey I need help doing that, but when I was reading what you said it didn't quite make sense

  • @Aizenith_Sosuke
    @Aizenith_Sosuke 2 ปีที่แล้ว

    Can you make spawn npc with robux?

  • @wielkiweeb2374
    @wielkiweeb2374 2 ปีที่แล้ว

    When I press E it don't work

  • @buildercraft2348
    @buildercraft2348 2 ปีที่แล้ว

    hello, I really liked the video, I have a question, how to make it so that when someone enters the game after 10 seconds, the camera automatically activates without pressing the character

  • @realwindyplayz
    @realwindyplayz 2 ปีที่แล้ว

    why it doesn't work?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว +1

      Uhh? Its working lemme see the problem

    • @realwindyplayz
      @realwindyplayz 2 ปีที่แล้ว

      @@dtc-davethecoder7005 when i talk to the dummy it doesnt show the GUI

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@realwindyplayz Wait Do you do what in the tutorial?

    • @realwindyplayz
      @realwindyplayz 2 ปีที่แล้ว

      @@dtc-davethecoder7005 yea

  • @ikoy9441
    @ikoy9441 2 ปีที่แล้ว

    Make it for R15

  • @nik57892
    @nik57892 2 ปีที่แล้ว

    What can i do, if its not working?

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      What is the Problem?

    • @nik57892
      @nik57892 2 ปีที่แล้ว

      @@dtc-davethecoder7005 I dont know.I just made everything like in the video,but after i pressed E nothing happened

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@nik57892 Oh Yeah so many Saying its not working i gonna make Fixed Model for it

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว

      @@nik57892 Here's the Fixed model www.roblox.com/library/9219189729/DIALOG-WITH-CAMERA

    • @nik57892
      @nik57892 2 ปีที่แล้ว

      @@dtc-davethecoder7005 Thanks

  • @m4ank
    @m4ank 2 ปีที่แล้ว

    this actually fucking sucks for people wanting to be developers, it's very unifficent for people trying to script, because they will have no idea what the scripts will do.

  • @lavatarh
    @lavatarh 2 ปีที่แล้ว

    hey! question, how do you make it work with multiple?
    edit: nvm!

  • @not_cannon
    @not_cannon 2 ปีที่แล้ว +1

    Niccee

  • @real_flxy
    @real_flxy ปีที่แล้ว

    doesnt even work bro wth

    • @MnoobEd
      @MnoobEd ปีที่แล้ว +1

      No way sherlock this was made in 2022 NOT 2023

  • @boing3463
    @boing3463 2 ปีที่แล้ว

    i was so hyped because of this, i thought it would work. IT DOESNT WORK! if you know how to fix it, i would love to hear what you have to say.

    • @dtc-davethecoder7005
      @dtc-davethecoder7005  2 ปีที่แล้ว +1

      Its working i think its bc of name of your Npc Or Dummy

    • @josep_iguess
      @josep_iguess 2 ปีที่แล้ว

      ​@@dtc-davethecoder7005 Mine isn't working either. My game is R15, but I already made the fix of dragging "Dialogue Prompt" into HumanoidRootPart. I then went into the script and specified that ProximityPrompt was in "Dialogue prompt". It still didn't work. Is there a way to fix this issue? Below is the line of code I changed & the entire script
      (the name of my NPC's group is Cashier)
      --------------------
      Code:
      local ProximityPrompt = game.Workspace.Cashier.HumanoidRootPart.DialoguePrompt:WaitForChild("ProximityPrompt")
      ----------------------
      Entire Script:
      local Border1 = script.Parent.Dialog.Border0
      local Border2 = script.Parent.Dialog.Border1
      local ProximityPrompt = game.Workspace.Cashier.HumanoidRootPart.DialoguePrompt:WaitForChild("ProximityPrompt")
      local Dialouge = script.Parent.Dialog.DialogText
      local Text = script.Parent.Dialog.DialogText
      local Camera = workspace.CurrentCamera
      local player = game.Players.LocalPlayer
      local Views = workspace:WaitForChild("Cams")
      local tweenService = game:GetService("TweenService")
      function tweenCamera(pos,tweenTime)
      tweenService:Create(Camera,TweenInfo.new(0.75,Enum.EasingStyle.Cubic), {CFrame = pos.CFrame}):Play()
      end
      local FovCutscene = tweenService:Create(Camera, TweenInfo.new(0.75), {FieldOfView = 50})
      local FovCutsceneRedo = tweenService:Create(Camera, TweenInfo.new(0.75), {FieldOfView = 70})
      local function typing(Dialouge, text)
      for i = 1,#text do
      Dialouge.Text = string.sub(text,1,i)
      wait(0.055)
      end
      end
      ProximityPrompt.Triggered:Connect(function()
      ProximityPrompt.Enabled = false
      repeat wait()
      Camera.CameraType = Enum.CameraType.Scriptable
      until Camera.CameraType == Enum.CameraType.Scriptable
      Camera.CFrame = Views.Cam1.CFrame
      tweenCamera(Views.Cam2, 2)
      FovCutscene:Play()
      Border1.BackgroundTransparency = 0
      Border2.BackgroundTransparency = 0
      Text.TextTransparency = 0
      typing(Dialouge, "PLACE HOLDER", 3, true, 0.05)
      wait(2)
      typing(Dialouge, "Place Holder", 3, true, 0.05)
      wait(2)
      typing(Dialouge, "TESTING", 3, true, 0.05)
      wait(2)
      FovCutsceneRedo:Play()
      Border1.BackgroundTransparency = 1
      Border2.BackgroundTransparency = 1
      Text.TextTransparency = 1
      ProximityPrompt.Enabled = true
      workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
      end)
      --------------
      Also ty so much for the effort and responding to almost all your comments lol

    • @Iris-km3wc
      @Iris-km3wc 2 ปีที่แล้ว

      @@dtc-davethecoder7005 Hi, when I press E nothing happens :( help

  • @svshhsbs
    @svshhsbs 2 ปีที่แล้ว

    help it didnt work i did everything and no work why :( can u fix pls

  • @Hi-ih3ks
    @Hi-ih3ks 2 ปีที่แล้ว

    The guys who are using this models will never be good at scripting