
How To Get Player from Touched Event - Roblox
Apr 1, 2019 · When a .Touched event fires, check if the touched object’s parent is a model and that it has a humanoid. Then, you should use Players:GetPlayerFromCharacter(), inserting the …
The Touched Event - Scripting Support - Developer Forum - Roblox
Dec 29, 2020 · Hey Developers! I have a question. It’s not for a specific script it’s just about the event in general. For some reason, every time I use that function, it’s for when a player …
Touch Events and Network Delay - Roblox Staff - DevForum | Roblox
Mar 15, 2024 · This article outlines some internal functionality of Touched and TouchEnded event replication in the distributed physics engine, with the goal of helping you understand how to …
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 …
Ultimate Guide: Touch Events - Community Tutorials - Roblox
Sep 27, 2020 · I made a complete guide to touch events. I cover everything there is to know about using them, and I go over a few examples. I show how to check what parts are touching, how …
Question when and where to use .touched events - Roblox
Oct 5, 2023 · Also, the HumanoidRootPart will touch so many more parts than the kill block ever will, so the better option would be adding the .Touched event to the kill block. Since you have …
Faster alternative to a .Touched event? - Roblox
Mar 4, 2019 · I was using a .Touched event to give EXP to all players who damaged my mob. Here’s how it works: A .Touched event is fired, then the script checks if the colliding part is …
Whats a good alternative for Touched events? - Roblox
Aug 19, 2022 · Hey I’m lastborn and I’m an intermediate scripter. For a while now ive been using .Touched events but recently ive been told they arent accurate and are not good practice. …
Touched event, extreme lag - Scripting Support - Roblox
Mar 11, 2021 · We don’t need the entire game, just the part dealing with the Touched event in that orb. 2 Likes Pokemoncraft5290 (Based) March 11, 2021, 1:04am
Verifying part touches via the client for client-side ... - Roblox
Sep 29, 2019 · Every now and again, a question pops up on Scripting Support regarding handling part touches from the client. Two points are usually raised in these threads: the events are …
- Some results have been removed