RunService
Properties
Functions
Usage example
game.Universe.RunService.OnFrame:Connect(function(delta)
end)
game.Universe.RunService.OnPhysics:Connect(function(delta)
end)Last updated
Was this helpful?
game.Universe.RunService.OnFrame:Connect(function(delta)
end)
game.Universe.RunService.OnPhysics:Connect(function(delta)
end)Last updated
Was this helpful?
Was this helpful?