|
| 29 Dec 2014 11:03 PM |
game.Players.PlayerAdded:connect(function(player) local instance = Instance.new("Model", game.ServerStorage) instance.Name = player.Name local instance = Instance.new("IntValue",game.ServerStorage) instance.Parent = player instance.Name = "MembershipTime" end)
how would i get the membershiptime instance to go into the model? |
|
|
| Report Abuse |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 29 Dec 2014 11:04 PM |
| local instance = Instance.new("IntValue",instance) |
|
|
| Report Abuse |
|
| |