Making Underrated Effects For YOUR Roblox Game! | Roblox Studio

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 120

  • @stewiepfing539
    @stewiepfing539  3 місяці тому +26

    Which one was your favorite?

    • @danqq_s
      @danqq_s 3 місяці тому +8

      orb system was very cool. keep making vids love your content bro

    • @begi-dll
      @begi-dll 3 місяці тому +5

      orb system is really sick, can you publish the games for it or share the code so others don't have to copy it directly from the video

    • @c_qp293
      @c_qp293 3 місяці тому +4

      orb system. can you make it a model?

    • @Sven967
      @Sven967 3 місяці тому +3

      @@begi-dll I agree

    • @yappaliciousavee
      @yappaliciousavee 3 місяці тому +2

      highlight!

  • @baconheadhair6938
    @baconheadhair6938 2 місяці тому +21

    WHAT? DUDE IN ALL MY TIME DEVELOPING I DID NOT KNOW YOU COULD DO TOUCHENDED
    3:05
    YOU HAVE JUST SAVED ME THANK YOU SO MUCH

    • @mukto15
      @mukto15 2 місяці тому

      its very unstable. robloxs part detection system is garbage so you need to use shi like getpartsinparts in a loop for consistent checking

    • @bopmatic7173
      @bopmatic7173 2 місяці тому +1

      I thought it was meant to be the first thing you learn! XD

    • @AleksanderK07
      @AleksanderK07 2 місяці тому

      @@bopmatic7173Usally touchebded is never used. It is even rarly used at all.

    • @senanisgodly
      @senanisgodly 2 місяці тому

      my bad.. cant let gang know im 6,5 with a hellcat and dreads and deep voice..

    • @mukto15
      @mukto15 2 місяці тому

      @@senanisgodly bro probably meant his age when he said 6-5 😂

  • @ooflords7804
    @ooflords7804 3 місяці тому +9

    Your videos are really underrated. There isn't much devs talking about thing like these on youtube

  • @isightstwo
    @isightstwo Місяць тому

    this taught me so much dawg.

  • @dappermitchyt3431
    @dappermitchyt3431 2 місяці тому +2

    Rather than making and destroying highlights, you can have one premade and parented under the script and you only need to set the adornee:
    local PPS = game:GetService("ProximityPromptService")
    local Highlight = script.Highlight
    PPS.PromptShown:Connect(function(Prompt : ProximityPrompt, InputType : Enum.ProximityPromptInputType)
    Highlight.Adornee = Prompt:FindFirstAncestorWhichIsA("Model")
    end)
    PPS.PromptHidden:Connect(function(Prompt : ProximityPrompt, InputType : Enum.ProximityPromptInputType)
    Highlight.Adornee = nil
    end)

  • @DeadAsmodeus
    @DeadAsmodeus 3 місяці тому +11

    The problem with these doors is that in order to use them in a game where there will be other players, you need to create a Remote event from the local script to the server script and open the door at the server level.
    In my opinion, it is better to immediately develop such projects focusing on multiplayer, the more viewers of your channel can borrow it.
    But overall the video is cool, thanks!

  • @GamerBoys_Cars
    @GamerBoys_Cars 3 місяці тому +2

    You make some good videos

  • @ThatOnePianist21
    @ThatOnePianist21 2 місяці тому +1

    Very good video. I with i could build like you but im new. My dream is to build a simulator game but i cant because im not good at detailing and scripting. Ik its hard but youre the only one to help me make my dream real.

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      No offense but no one is going to help you. If you want developers you have to hire them on dev forum or in discord servers. If you want to script you have to learn to script. If you want to build you have to build

    • @Voliturr
      @Voliturr 2 місяці тому

      What type of simulator would it be

    • @ThatOnePianist21
      @ThatOnePianist21 2 місяці тому +1

      @@Voliturr i was thinking of making like some kind of tower defence or if i couldnt to start with basics like weight lifting simulator or similar like this

  • @Dotzic
    @Dotzic 2 місяці тому

    this is so gud!

  • @Clgod95
    @Clgod95 3 місяці тому +2

    thx bud its really helpful for me

  • @Eltra_Festive
    @Eltra_Festive 3 місяці тому +12

    ProximityPrompt Highlight script:
    local ProximinityPromptService = game:GetService("ProximityPromptService")
    local Players = game:GetService("Players")
    ProximinityPromptService.PromptShown:Connect(function(prompt : ProximityPrompt)
    local HighlightObject = prompt:FindFirstAncestorWhichIsA("BasePart") or prompt:FindFirstAncestorWhichIsA("Model")

    local Highlight = Instance.new("Highlight")
    Highlight.DepthMode = Enum.HighlightDepthMode.Occluded
    Highlight.FillColor = Color3.fromRGB(230,230,230)
    Highlight.FillTransparency = 0.75
    Highlight.Adornee = HighlightObject
    Highlight.Parent = Players.LocalPlayer:WaitForChild("PlayerGui")

    prompt.PromptHidden:Once(function()
    Highlight:Destroy()
    end)
    end)

  • @muhtesemportakal7457
    @muhtesemportakal7457 2 місяці тому

    i love ur videos they are so underrated for no reason

  • @gamixster
    @gamixster 3 місяці тому +1

    Can You Make a Video On How To Add Progress Bar in Your Obby in Roblox Studio It Would Be Really Helpful ❤

  • @memga
    @memga 3 місяці тому +2

    Can you make a part 2? A series of these would be very unique to this platform.

  • @Asser0194
    @Asser0194 3 місяці тому +1

    Thanks❤

  • @baconheadhair6938
    @baconheadhair6938 2 місяці тому

    0:08 0:09 0:09 0:09 you are right frend

  • @Real_Niclashell
    @Real_Niclashell 3 місяці тому +1

    cool now i just need a whole game to use this in.

  • @BloxyFloppaDevs
    @BloxyFloppaDevs 3 місяці тому +1

    BROOO, YOU REALLY SHOULD GIVE THE ORB SCRIPT I REALLY REALLY NEED IT PLEASE ITS SOOOO GOOODDD

    • @voxxels
      @voxxels 2 місяці тому

      just write it

    • @BloxyFloppaDevs
      @BloxyFloppaDevs 2 місяці тому

      @@voxxels didnt work, so i made something else, dum

    • @Motosebb
      @Motosebb 2 місяці тому

      @@voxxelsdid it work for you?

    • @voxxels
      @voxxels 2 місяці тому

      @@Motosebb yes

    • @Motosebb
      @Motosebb 2 місяці тому

      @@voxxels did you write it off the video or did you copy it from somewhere

  • @Superhirn
    @Superhirn 2 місяці тому +3

    Code for the door one:
    local Door = game.Workspace:WaitForChild("Door")
    local Main = Door:WaitForChild("Main")
    local Hinge = Door:WaitForChild("Hinge")
    local Open = Door:WaitForChild("Open")
    local PrimaryPart = Door.PrimaryPart
    local TweenService = game:GetService("TweenService")
    local Info = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, false, 0)
    local debounce = false
    local OgCFrame = PrimaryPart.CFrame
    Open.Touched:Connect(function(hit)
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    if player then
    if not debounce then
    debounce = true
    TweenService:Create(PrimaryPart, Info, {CFrame = PrimaryPart.CFrame * CFrame.Angles(0, math.rad(90), 0)}):Play()
    task.wait(2) -- Wait for 2 seconds before allowing the door to close again
    debounce = false
    end
    end
    end)
    Open.TouchEnded:Connect(function(hit)
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    if player then
    TweenService:Create(PrimaryPart, Info, {CFrame = OgCFrame}):Play()
    end
    end)

  • @ThatDudeJamal
    @ThatDudeJamal Місяць тому

    How did you fix the Orb from flying way past the player?

  • @tae-roon3580
    @tae-roon3580 2 місяці тому

    I tried making a door but I couldn’t find out how to rotate it so I made it sliding. I also couldn’t figure out how to detect the player correctly so the door closes automatically even if the player is still in the hitbox. I’m wondering when did you start scripting?

  • @Naser_Shelby
    @Naser_Shelby 2 місяці тому +1

    can you make animated skins but with working tool

  • @KeyBalls
    @KeyBalls 3 місяці тому +2

    I've always appreciated small effects like this in games, but whenever I bring it up for Devs to add to their games, ppl just say smthn like "what's the point, effects won't affect anything, it won't give more players".
    I normally respond that it immerses players or something, but they always just say that players won't care.
    So what do U think the point of these small effects are?

    • @stewiepfing539
      @stewiepfing539  3 місяці тому

      @@KeyBalls I think they are very important to have in games, even subtle effects keep players wanting to see more. Say for example a really rare item, if it doesn’t have any cool particles or animations, then it takes a lot away from its wow factor.

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      they are completely and 100% wrong

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      @@stewiepfing539yes thats the big difference between a polished front page game and an trash game. a lot of people will find small solo dev games and call them underrated but 99% of the time they’re small because they aren’t polished at all and it’s just boring and repetitive to play

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      also with ui it is so SO SO important there is a big difference between ui eith effects and sound effect, interactiveness, etc, and ui thats just static

  • @zeplexgamingyt9639
    @zeplexgamingyt9639 3 місяці тому +4

    wait why did you make a local script for the door-? if your gonna use getplayerfromcharacter anyways just use a regular server side script, i dont see a use for a local script unless you dont want other people to see the door which doesnt make sense since you wouldnt want a guy to just phase into a door from another guys perspective

    • @stewiepfing539
      @stewiepfing539  3 місяці тому

      @@zeplexgamingyt9639 I have made videos on why you don’t animate on the server

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      @@stewiepfing539But you didn’t animate it?

    • @stewiepfing539
      @stewiepfing539  2 місяці тому

      @@baconheadhair6938 I dont mean literal character animating

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      @@stewiepfing539 Oh

    • @magicscripter1000
      @magicscripter1000 2 місяці тому

      @@stewiepfing539 Couldnt you fireallclients with some properties and then create the tweeninfo on client with paramaters from server

  • @noobguy2754
    @noobguy2754 2 місяці тому +1

    How is it automatically typing the service’s using : im trying and it’s not working

  • @BluGTAG
    @BluGTAG 2 місяці тому

    Could you make a slap battles framework?

  • @blueishblueberry
    @blueishblueberry 3 місяці тому

    part 2 will go hard

  • @craftyplayz07
    @craftyplayz07 2 місяці тому

    What are the properties of the Open part in door model. You can walk through that if cancollide is off but is cancollide is off then how will the touched function work

    • @melody-v-
      @melody-v- 2 місяці тому

      CanCollide does not mean you cant touch the part, there is a proprety called "CanTouch" which determines it

  • @b9ckwood
    @b9ckwood 2 місяці тому

    how to fix the error "Unable to assign property Position. Vector3 expected, got function" when you call the curve function in the orbs system

  • @itsTalkie
    @itsTalkie 2 місяці тому

    Im Trina make a particle chains that move around in a sphere part for on of my attacks, similar to the chains in the portal fruit from blox fruits. Do u have any tips?

  • @W1nb13
    @W1nb13 2 місяці тому

    Number 15...
    Chicken Nugget's.....

  • @glenpatrick9660
    @glenpatrick9660 2 місяці тому

    Do you work on a commission? and how do I contact you

  • @GamerBoys_Cars
    @GamerBoys_Cars 3 місяці тому

    Cool

  • @PurplemanReal1
    @PurplemanReal1 2 місяці тому

    how do you make it so your services make them self when you type their name

  • @Im_a_pain
    @Im_a_pain 2 місяці тому

    Hello Stewiepfing i like your videos and subscribe i like it really much i see hat you're really talented and i want to ask one thing . can you help me make a roblox horror game please

    • @SPYARMYFFFF
      @SPYARMYFFFF 2 місяці тому

      I can help you if you want to

  • @TheHexagonplayzz
    @TheHexagonplayzz 3 місяці тому

    W video

  • @_conxe
    @_conxe 3 місяці тому +2

    last script don't work (for me). It's says HigLightDepthMode is not a valid member of "Enum". I dont know how to fix this bc im dumb.

    • @hazu0
      @hazu0 3 місяці тому

      u misspelled HighlightDepthMode?

    • @stewiepfing539
      @stewiepfing539  3 місяці тому +1

      Make sure you spell everything right!

    • @_conxe
      @_conxe 3 місяці тому

      @@hazu0 no i didnt

    • @_conxe
      @_conxe 3 місяці тому

      @@stewiepfing539 i spell it's right, i checked when error was pop up.

    • @ДмитрийПотапов-ч3ц
      @ДмитрийПотапов-ч3ц 3 місяці тому

      @@hazu0 I think "HigLightDeptMode" enum called incorrectly. There is simply no such Enum "HigLightDepthMode".

  • @Noneasher
    @Noneasher 3 місяці тому

    W Vid

  • @impulsogaming
    @impulsogaming 3 місяці тому

    the door is not working very well for me, sometimes i need to walk back and try again to open it, help pls?

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      hey friend i am here to tell you that if u want to be a dev u are going to have to learn to figure this stuff out on your own by researching and experimenting

  • @IceehOGeladinho
    @IceehOGeladinho 2 місяці тому

    make these scripts as model bro, i'm so lazy to scripting😫

  • @nut1701
    @nut1701 3 місяці тому +1

    11:32 how did you do that

    • @stewiepfing539
      @stewiepfing539  3 місяці тому +1

      Require Autocomplete by Sleitnick: create.roblox.com/store/asset/15129954241/Require-Autocomplete

    • @nut1701
      @nut1701 3 місяці тому

      @@epixertyi don’t like u

    • @noobguy2754
      @noobguy2754 2 місяці тому

      There is a free version that is better Called “Service Autocomplete” but Baileyeatpizza but make sure that you have enable api access or smth in the game settings

  • @SmilingChallenger
    @SmilingChallenger 3 місяці тому

    How can I make it when the player is using a specific tool, his inventory hides?

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      make custom inventorry and not use backpack

    • @Triploonic
      @Triploonic 2 місяці тому

      ​@@baconheadhair6938 easier said than done... Also you do realize you can disable the backpack coregui right?

    • @baconheadhair6938
      @baconheadhair6938 2 місяці тому

      @@Triploonic hence why i said “not use backpack”

  • @DisasterStudiosOnRoblox
    @DisasterStudiosOnRoblox 3 місяці тому

    I spell everything right and it doesn’t work

  • @KashTheKingYT
    @KashTheKingYT 3 місяці тому +1

    I love you Stewiepfing, will you marry me?

  • @MonkeyFilms009
    @MonkeyFilms009 3 місяці тому

    7:44 couldn’t you just lerp

    • @MonkeyFilms009
      @MonkeyFilms009 3 місяці тому

      You could also make the spacing the parts in the (x or z axis) divided by the amount of orbs your spawning so it’s always gonna be even

    • @stewiepfing539
      @stewiepfing539  3 місяці тому

      @@MonkeyFilms009 lerp as it says in the name is only linear and doesn’t curve

    • @MonkeyFilms009
      @MonkeyFilms009 3 місяці тому

      @@stewiepfing539 ohhh okay yeah I forgot about the curve part, lovely video