Goggles Bizarre Shenanigan's
5:17
You're Mine Reanimated In Roblox
3:18
The Goggles Channel Trailer
1:08
2 ай бұрын
300 Subscribers.
3:39
2 ай бұрын
Return...
1:04
3 ай бұрын
The XDMJ Funeral...
3:13
4 ай бұрын
1 Year Of Goggles...
4:10
5 ай бұрын
Goggles goes to war
7:24
6 ай бұрын
PARKOUR NOOB PLAYS JTOH
2:35
6 ай бұрын
The Wild West 3...
6:02
7 ай бұрын
3 IDIOTS PLAY BACKROOMS (PART 2)
15:10
3 IDIOTS PLAY: BACKROOMS (PART 1)
13:51
The Wild West Part 2...
9:47
9 ай бұрын
The Wild West...
10:02
9 ай бұрын
ALTITORTURE (FT @EclipseFoxx )
11:06
Roblox Game Teaser... (CANCELED)
0:50
OPENHEMMER 2: JONS REVENGE
4:10
10 ай бұрын
OPPENHEMER
8:02
10 ай бұрын
Im BLACK now XDMJ
0:21
Жыл бұрын
Пікірлер
@danielnutter6855
@danielnutter6855 Күн бұрын
Creating a complex trap like the "Saw X Eye Vacuum Trap" in Roblox Studio involves several scripting concepts, including timers, user input detection, and animations. Here's a step-by-step guide with example code to get you started. ### Step 1: Setup 1. **Create the environment**: Design the trap in Roblox Studio with all necessary parts. 2. **Create GUI Elements**: For the dial interface, create a ScreenGui with buttons numbered from 1 to 5. ### Step 2: Scripting the Mechanism #### 1. Create the GUI for the dial - Insert a ScreenGui into StarterGui. - Inside the ScreenGui, create TextButtons for the dial (1 to 5). #### 2. Script the Game Logic - Insert a LocalScript into the ScreenGui for handling user input and the timer. - Insert a Script into the trap model to handle the consequence logic (sucking out the eyeballs). #### LocalScript (in ScreenGui) ```lua local player = game.Players.LocalPlayer local gui = script.Parent local dialButtons = {gui.Button1, gui.Button2, gui.Button3, gui.Button4, gui.Button5} local currentDial = 0 local maxDial = 5 local timeLimit = 60 -- 1 minute local startTime local function onButtonClicked(buttonNumber) if buttonNumber == currentDial + 1 then currentDial = currentDial + 1 dialButtons[currentDial].Text = "Snapped!" if currentDial == maxDial then -- Player succeeded player.PlayerGui.ScreenGui:Destroy() game.ReplicatedStorage.TrapEvent:FireServer("success") end else -- Player failed game.ReplicatedStorage.TrapEvent:FireServer("failure") end end for i, button in ipairs(dialButtons) do button.MouseButton1Click:Connect(function() onButtonClicked(i) end) end local function startTrap() startTime = tick() while tick() - startTime < timeLimit do wait(1) end if currentDial < maxDial then game.ReplicatedStorage.TrapEvent:FireServer("failure") end end startTrap() ``` #### Script (in Trap Model) ```lua local TrapEvent = Instance.new("RemoteEvent") TrapEvent.Name = "TrapEvent" TrapEvent.Parent = game.ReplicatedStorage TrapEvent.OnServerEvent:Connect(function(player, result) if result == "success" then -- Handle player success print(player.Name .. " successfully completed the trap.") elseif result == "failure" then -- Handle player failure print(player.Name .. " failed the trap.") -- Add eye-sucking animation and consequence here local character = player.Character if character then -- Example consequence: removing the eyes local leftEye = character:FindFirstChild("LeftEye") local rightEye = character:FindFirstChild("RightEye") if leftEye then leftEye:Destroy() end if rightEye then rightEye:Destroy() end -- You can also add particle effects or sounds here end end end) ``` ### Explanation 1. **GUI Setup**: The GUI contains buttons representing the dial. Players need to click them in sequence from 1 to 5. 2. **LocalScript**: This script handles the player's input, checks the sequence, and manages the timer. If the player clicks the buttons in the correct sequence within the time limit, they win; otherwise, they lose. 3. **Server Script**: This script listens for the `TrapEvent` and applies the consequences (e.g., removing the eyes) based on whether the player succeeded or failed. ### Notes - **Eye Parts**: Ensure that the player’s character has parts named "LeftEye" and "RightEye". You can create and position these parts as needed. - **Animations and Effects**: Customize the failure condition with appropriate animations, sounds, or effects to make the trap more realistic. - **Testing**: Thoroughly test the trap to ensure the timing and logic work correctly. By following this guide, you can create a complex and interactive trap in Roblox Studio. Adjust the scripts and parts as needed to fit your specific requirements and design.
@danielnutter6855
@danielnutter6855 Күн бұрын
Nice vid man
@February_seasonz
@February_seasonz 2 күн бұрын
fire 🔥🔥🔥 also, even HEARING this scene makes me shiver
@user-xu2mf1ur8q
@user-xu2mf1ur8q 5 күн бұрын
What did you do to his arms
@EggColl
@EggColl 16 күн бұрын
Roblox did not exist in 90s. It a archive footage (types of horro)
@rickycat345
@rickycat345 23 күн бұрын
david bazuki jumpscare
@EclipseFoxx
@EclipseFoxx 24 күн бұрын
Idea: Make an animation of you animating a roblox animation
@EclipseFoxx
@EclipseFoxx 24 күн бұрын
(Best idea source: Trust me bro)
@iiWalkerAnimations
@iiWalkerAnimations 24 күн бұрын
most normal day with the boyz:
@NotMJBOI
@NotMJBOI 24 күн бұрын
Goggles catch XDMJ in the act of watching Adult videos and Goggles SCREAM and eclispe and walker comes in and slap xdmj many times with a flip flop then after Goggles says “ Was it Worth it?”. 😭😂
@NotMJBOI
@NotMJBOI 24 күн бұрын
Chucky Doll but with Friends.. 🤑
@NaiveOrtega
@NaiveOrtega 24 күн бұрын
Playing Mario Party with friends perhaps?
@GogglesAnimations
@GogglesAnimations 24 күн бұрын
adding this to the idea wardrobe
@mustafaAN2013
@mustafaAN2013 Ай бұрын
Ngl, this is the worst “creepy” tapes i ever saw
@tycarter6284
@tycarter6284 Ай бұрын
Play the game with the bucket on your head buzzsaw
@bertikgames3920
@bertikgames3920 Ай бұрын
ok damn thats actually good editing
@GogglesAnimations
@GogglesAnimations Ай бұрын
thanks!
@iiWalkerAnimations
@iiWalkerAnimations Ай бұрын
this video is so fire I'm not even gonna say first ✋😌
@GogglesAnimations
@GogglesAnimations Ай бұрын
first
@GoldenMrRobotPlayz
@GoldenMrRobotPlayz Ай бұрын
Why does he sound like that at the end 2:23
@GogglesAnimations
@GogglesAnimations Ай бұрын
because he got his eyeballs sucked out
@GoldenMrRobotPlayz
@GoldenMrRobotPlayz Ай бұрын
@@GogglesAnimationsthanks but I think I will win this trap Easily because i am double jointed with my finger and I can bend my thumb half way and my other fingers all the way back
@EclipseFoxx
@EclipseFoxx Ай бұрын
You know its a good day when goggles uploads🤑
@GogglesAnimations
@GogglesAnimations Ай бұрын
its gibbles day
@NaiveOrtega
@NaiveOrtega Ай бұрын
@ImKingBozo 's 2nd channel here and I listen to the voices in my head too and I have been wanted and banned in several countries
@GogglesAnimations
@GogglesAnimations Ай бұрын
im wanted in Afghanistan
@NaiveOrtega
@NaiveOrtega Ай бұрын
​​@@GogglesAnimationsI am also wanted everywhere for tax evastion -To add on that I also say NO like TF2 Heavy when I am demanded to pay my taxes
@NotMJBOI
@NotMJBOI Ай бұрын
This is low key one of his top 5 best videos 😮🎉
@GogglesAnimations
@GogglesAnimations Ай бұрын
less goooo
@GogglesAnimations
@GogglesAnimations Ай бұрын
FIRST
@NotMJBOI
@NotMJBOI Ай бұрын
That’s doesn’t count
@PhantomBoi_YT
@PhantomBoi_YT Ай бұрын
Dang bro, this is such a masterpiece!
@NaiveOrtega
@NaiveOrtega Ай бұрын
How does this have only under 400 views? The intro is amazing, the animation in general is great, you earned yourself not only a fan, but a sub!
@GogglesAnimations
@GogglesAnimations Ай бұрын
thank you! also the intro was made by creator wesley
@NaiveOrtega
@NaiveOrtega Ай бұрын
@@GogglesAnimations Oh I see but still is an amazing animation from probably my most favorite horror movies.
@10Redhead01
@10Redhead01 Ай бұрын
0:33 floating cup riel
@GogglesAnimations
@GogglesAnimations Ай бұрын
100% how cups work irl
@Thenoname348
@Thenoname348 Ай бұрын
You can replace the og scout's hat and replace it with a more childish cap, like a baseball cap without any of the headphones and thingies, but aside from that, this is cool
@GogglesAnimations
@GogglesAnimations Ай бұрын
i dint realize he was missing hsi headphones till i was halfway done with the animation 😭
@Thenoname348
@Thenoname348 Ай бұрын
@@GogglesAnimations lol
@oscarzephyr6955
@oscarzephyr6955 Ай бұрын
This looks great
@GogglesAnimations
@GogglesAnimations Ай бұрын
thank you
@YourLazyFriend
@YourLazyFriend Ай бұрын
Rip scout
@GogglesAnimations
@GogglesAnimations Ай бұрын
and his mom too
@YourLazyFriend
@YourLazyFriend Ай бұрын
@@GogglesAnimations yeah she didnt do anything
@charlesdoe2872
@charlesdoe2872 Ай бұрын
Scout did not deserve this shit honestly
@GogglesAnimations
@GogglesAnimations Ай бұрын
he really dint tbh
@Thenoname348
@Thenoname348 Ай бұрын
​@@GogglesAnimationsaside from just this scene alone, he didnt deserve to be done this dirtly by the respawn machine, watch richters video on emesis so you understand what i mean
@GogglesAnimations
@GogglesAnimations Ай бұрын
@@Thenoname348 richters video actually made me wanna make this as it got me to rewatch emesis blue, also the respawn machine really srewed scout over
@Thenoname348
@Thenoname348 Ай бұрын
@@GogglesAnimations yeah 😞