LocalScript
Pokaż przestarzałe
*Ta zawartość będzie dostępna wkrótce w wybranym przez ciebie języku.
A LocalScript is a Lua code container that runs its contents on the client (player's device) instead of the server. It is used to access client-only objects such as the player's Camera.
For code run through LocalScripts, the LocalPlayer property of the Players service will return the player whose client is running the script.
See here for a table of valid container services from which LocalScripts will execute.
Podsumowanie
Właściwości
Właściwości odziedziczeni z: ScriptThe code to be executed.
Determines whether a BaseScript will run or not.
Determines whether a BaseScript will run or not.
Determines the context under which the script will run.
Właściwości
Atrybut Właściwości odziedziczony z: Script
Atrybut Właściwości odziedziczony z: BaseScript