Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

For Filtering Enabled, Is there an alternative to RenderStepped for server-side scripts?

Asked by 6 years ago

I need smaller time than wait() on a server side script, its for filtering enabled so I cant use a local script. I'm resizing a part and changing Cframe but I need to be more smoother.

0
How would one use it? just put code between "RunService.Heartbeat:connect(function()" and "end)" ? Huzaifa7755 5 — 6y
0
im sure you figured it out already but yes Bucwheed 37 — 6y

1 answer

Log in to vote
0
Answered by 3 years ago

Use Tweening instead

https://developer.roblox.com/en-us/api-reference/class/TweenService

Ad

Answer this question