Advertisement
CodeZenKorean

(RunCmd) Create Bool Value under a Specific Object

Feb 19th, 2024 (edited)
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | Gaming | 0 0
  1. local BoolValue = Instance.new("BoolValue")
  2. BoolValue.Parent = game.Workspace.partnamehere
  3. BoolValue.Name = "Name Here"
  4. BoolValue.Value = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement