Advertisement
UnknownExploiter

Button Simulator X

Aug 29th, 2020
7,968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local Gholder = game.Workspace
  2. for i,v in pairs(Gholder:GetChildren()) do
  3.     if v:IsA("UnionOperation") then
  4.         if v.BrickColor.Name == "Bright yellow" then
  5.             v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) + Vector3.new(2,1,2)
  6.         end
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement