|
| 15 Nov 2015 09:29 AM |
My question is, are there any points systems? I just find models with viruses inside, and what I mean is I have a Minigame game and I need a points system which you can change people's points and people's points save. I can't find any. Please suggest any if you do know any?
ty for reading. pls help. |
|
|
| Report Abuse |
|
|
Ocks67
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 7218 |
|
|
| 15 Nov 2015 09:30 AM |
| If you rely on free models do build a functionnal game, you're gonna have a bad time. |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2015 09:32 AM |
| I dont rely on free models, that's the only free model I'd need. I don't script, nor do I want to know, because I don't know. Now shutup and suggest me one. |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2015 09:34 AM |
"Now shutup and suggest me one."
With an attitude like yours no one will want to. |
|
|
| Report Abuse |
|
|
Ocks67
|
  |
| Joined: 07 Mar 2009 |
| Total Posts: 7218 |
|
|
| 15 Nov 2015 09:39 AM |
You just have too specific needs for any free model scripts. All successful minigames out there use their own points system, wrote from sctatch by the game creators. They didn't rely on free models to do so.
The answer you want is an answer pretty much nobody can give you. Not everything is a free model. Not everything will suit your dpecific needs. Take a couple haundreds of robux out of your pocket and pay someone to make you one. |
|
|
| Report Abuse |
|
|
|
| 16 Nov 2015 03:28 PM |
ill help you. Just be nicer to people Script:
game.Players.PlayerAdded:connect(function(player) local stats = Instance.new("IntValue",player) stats.Name = "leaderstats" local lvl = Instance.new("IntValue",stats) lvl.Name = "Level" pts.Value = 1-- Change to a higher Value if game.Workspace."Mobs Name".Humanoid.Health >= 0 then player.leaderstats.Level.Value = player.leaderstats.Level.Value + 12 end end)
--Created By CaptainMMO |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Nov 2015 04:01 PM |
| Put it in a "localscript" inside the Camera, and also add "while true do end" at the bottom of it for it to work. |
|
|
| Report Abuse |
|
|
|
| 16 Nov 2015 04:07 PM |
| it works fine and is should not go into the camera, in a regular Script |
|
|
| Report Abuse |
|
|
|
| 17 Nov 2015 10:51 AM |
| cap, can you just pls pm me where to put it, explain what a 'normal script' is and copy the script again in the message? e.e |
|
|
| Report Abuse |
|
|
|
| 17 Nov 2015 05:30 PM |
| how the hell do you have a minigame place built and yet not know what a script is |
|
|
| Report Abuse |
|
|
|
| 17 Nov 2015 05:33 PM |
"how the hell do you have a minigame place built and yet not know what a script is"
free models, not even once. |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2015 02:09 PM |
| because i don't script neither did i learn. i just have an admin script. simple. |
|
|
| Report Abuse |
|
|