LocalScript

Show Deprecated

A LocalScript is a Lua source container that runs Lua code on a client connected to a Roblox server. They are 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.

A LocalScript will only run Lua code if it is a descendant of one of the following objects:

Code Samples

CurrentCamera Position

print(workspace.CurrentCamera.CFrame.Position)

Summary

Properties

Methods

Events

Properties

Methods

Events