Facebook
From TomBuilds, 2 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 702
  1. script.Parent.MouseButton1Click:Connect(function(player)
  2.         player.PlayerGui.CarSpawner.Enabled = not player.PlayerGui.CarSpawner.Enabled
  3. end)
  4.