Advertisement
KINGOFCOOL

Untitled

Jan 18th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function dissaper()
  2. script.Parent.Parent["Gravity"].Visible=false
  3. script.Parent.Parent["walkspeed"].Visible=false
  4. script.Parent.Parent["kill"].Visible=false
  5. script.Parent.Parent.MainGui["time"].Visible=false
  6. end
  7.  
  8.  
  9.  
  10. script.Parent.MouseButton1Click:connect(dissaper)
  11.  
  12. plr = script.Parent.Parent.Parent
  13. admins = {"zNeptune","MasterScripter98","CHAOSxFIGHTER","gio4studios","ncw1998"} --People who are vip and get the gui
  14.  
  15. d = false
  16.  
  17. for i = 1, #admins do
  18. if plr.Name == admins[i] then
  19. d = true
  20. break
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement