Advertisement
KodingKid

The 1 (or 2) necessary lines of code for most Roblox scripts

Mar 22nd, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local gameScript = game:GetService("gameScript")
  2. --gamescript can be anything you want it to be
  3. local gameSettings = game:GetService("UserGameSettings")
  4. --this is for the roblox game settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement