LocalScript

แสดงที่เลิกใช้งานแล้ว

*เนื้อหานี้จะพร้อมใช้งานในภาษาที่คุณเลือกในเร็วๆ นี้

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.

สรุป

คุณสมบัติ

คุณสมบัติรับทอดมาจากScript
  • อ่านพร้อมๆ กัน
    การรักษาความปลอดภัยของปลั๊กอิน
    การรักษาความปลอดภัยของ OpenCloud

    The code to be executed.

คุณสมบัติรับทอดมาจากBaseScript
  • อ่านพร้อมๆ กัน

    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.

คุณสมบัติ

วิธีการ

อีเวนต์