Clients/Client2018/content/scripts/PlayerScripts/StarterPlayerScripts_NewStr.../RobloxPlayerScript.lua

7 lines
270 B
Lua

--[[
RobloxPlayerScript - This script loads the CameraScript and ControlScript modules
2018 PlayerScripts Update - AllYourBlox
--]]
local CameraScript = require(script:WaitForChild("CameraScript"))
local ControlScript = require(script:WaitForChild("ControlScript"))