About 145,000 results
Open links in new tab
  1. Humanoid.Touched | Documentation - Roblox Creator Hub

    When placed inside a Player.Character model this code will give a player the 'Midas touch'. Everything their character touches will change to gold. When the Humanoid dies, this change is undone and the golden BasePart|BaseParts are returned to their original state.

  2. Touch fling - Pastebin.com

    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

  3. How do I make a local touch event - Scripting Support - Roblox

    Jun 25, 2023 · I’m trying to make a part that disappears when a player touches it for example, Player 1 touches a part and player 1 no longer can see the part, but player 2 who did not touch the part yet still sees the part. This code is local script located in starter player scripts. local part = game.Workspace.SunFragment1.sunfragment – a part. if PartTouched.

  4. Kill On Touched - Scripting Support - Developer Forum - Roblox

    Mar 7, 2020 · For a seat, you should use :GetPropertyChangedSignal on the Occupant instead of .Touched. Here’s a script that would eject them from their seat: local MarketplaceService = game:GetService ("MarketplaceService") local Players = game:GetService ("Players") local Seat = script.Parent --Put the part you … Step one: Create a script into the part.

  5. Touch football script updated - Pastebin.com

    Oct 15, 2024 · game:GetService("Workspace").FootballField.SoccerBall.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  6. How do I make a onTouch script work on the parts from a model ... - Roblox

    Jul 16, 2021 · I want to make a onTouch event, but I want it to trigger on a model (so the childs from that model will be triggered) without having to write down every single part in that script and having to give it different names, i…

  7. Touched Event | Roblox Lua Wiki | Fandom

    All bricks can be connected with .Touched. Connecting is as simple as this: The functionName is the name of the function your want to "fire", or activate, when the brick is touched, usually scripters use the function name 'hit'. When the brick is …

  8. UserInputService.TouchMoved | Documentation - Roblox Creator …

    To check if a user's device supports touch and that touch events will fire, see UserInputService.TouchEnabled. This event only fires when the Roblox client window is in focus. For example, inputs will not be captured when the window is minimized.

  9. Universal fling roblox - Pastebin.com

    Nov 17, 2024 · connectTouchDetection (character) -- Set up touch detection else character : WaitForChild ( "HumanoidRootPart" ) -- Wait for it to load if not immediately available

  10. BasePart.Touched | Documentation - Roblox Creator Hub

    Fires when a part touches another part as a result of physical movement.

Refresh