
Touch Events and Network Delay - Roblox Staff - DevForum | Roblox
Mar 15, 2024 · To get the most out of this material, you should be an advanced developer who’s familiar with network replication delay. In one example scenario, a server script has Touched …
[SOLVED] Different ways to delay a script without using wait ... - Roblox
Aug 22, 2021 · I’ve tried using countdown loops, pairs, but nothing seems to work for me, would there be any way to delay the script by 10 seconds without the script failing? Plus this script is …
Touch event delay - Scripting Support - Developer Forum - Roblox
Dec 14, 2021 · print ("network owner :",script.Parent.PrimaryPart:GetNetworkOwner()) local touchConn. local function onTouched(part) if part:IsDescendantOf(script.Parent) or …
Dealing with .Touched events and their inevitable delay ... - Roblox
Mar 24, 2021 · I want to make use of the .Touched function, but when in use with the rest of my game it eventually builds up to lag for each touch. Each previous touch function set up in the …
Touched event, extreme lag - Scripting Support - Roblox
Mar 11, 2021 · I’m looking over the script right now, making changes and commenting various thing that aren’t causing the lag you’re seeing, but that you are doing “wrong”.
What is delay used for? - Scripting Support - Developer Forum - Roblox
Aug 23, 2021 · delay is used for, as the name implies, to delay the call of the function provided given for the given amount of seconds, without interrupting the current thread. delay (5, …
Delay From Disabling Weld - Scripting Support - Developer Forum - Roblox
4 days ago · This code is supposed to fire a BasePart inside a model using ApplyImpulse after unwelding it from the Base of the Grappel which is in the players arm. The problem is that …
How do you make a part follow a player effectively without it ... - Roblox
5 days ago · theres a problem ive been trying to figure out, how to games that have pet or any part just stick to the player with out being delayed i really cant explain well because its hard to …
GuiObject.TouchLongPress | Documentation - Roblox Creator Hub
This event fires after a brief moment when the player holds their finger on the UI element using a touch-enabled device. It fires with a table of Vector2 that describe the relative screen positions …
task.delay | Documentation - Roblox Creator Hub
task.delay coroutine Accepts a function or a thread (as returned by coroutine.create) and schedules it to be called/resumed on the next Heartbeat after the given amount of time in …
- Some results have been removed