Advertisement
Guest User

Some random roblox quick script I made in school

a guest
Dec 9th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local money = Instance.new("Smoke",Workspace)
  2. money.Name = "Moolah"
  3. game.Players.PlayerAdded:connect(function(player)
  4.     local Monay = Instance.new("NumberValue",money)
  5.     Monay.Name = player.Name
  6.     print (player.Name.." Loaded in")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement