choco99

value create

Sep 3rd, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local val1 = Instance.new("IntValue")
  2. local val2 = Instance.new("IntValue")
  3.  
  4. val1.Parent = Frame
  5. val1.Value = 1
  6. val1.Name = "FrameChooser"
  7. val2.Parent = FrameGame1
  8. val2.Value = 1
  9. val2.Name = "FrameChooser"
Advertisement
Add Comment
Please, Sign In to add comment