Advertisement
Guest User

fix

a guest
Jul 26th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --FIX THIS--
  2.  
  3. --[[ don't copy this part of the script, but be sure to replace USERNAMEHERE with the player's username and NAMEOFTHEFOILHEREDONTINCLUDEQUOTES with one of the foil names listed. And of course, don't use quotes. :P ]]--
  4.  
  5. foilnamesforreference = {"GoldFoil","BlackIronFoilOfPwnage","AduriteFoil"}
  6.  
  7. player = game.Players.USERNAMEHERE
  8. foil = game.ServerStorage.NAMEOFFOILHEREDONTINCLUDEQUOTES
  9.  
  10. player.CharacterAdded:connect(function(character)
  11.  
  12. cl = foil:Clone().Parent = player.Backpack
  13.  
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement