KZskychi
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 202 |
|
|
| 23 Jul 2016 12:19 AM |
local tool = game.ServerStorage.Tool
function OnPlayerSpawned(player) if player:GetRankInGroup(2830909) <= 250 then tool:Clone().parent = player.backpack end end
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(OnPlayerSpawned) end)
Note: This script is supposed to give higher ranks a tool when they enter my game.
script is stored in ServerScriptStorage tool is stored in ServerStorage
|
|
|
| Report Abuse |
|
|
DogeKip
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 6860 |
|
|
| 23 Jul 2016 12:20 AM |
What is the error Also you did it for if their rank is less than 250 in the group
[Redacted] |
|
|
| Report Abuse |
|
|
KZskychi
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 202 |
|
| |
|
KZskychi
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 202 |
|
|
| 23 Jul 2016 12:26 AM |
| even then it won't give me a tool |
|
|
| Report Abuse |
|
|
pidgey
|
  |
| Joined: 16 Jan 2008 |
| Total Posts: 2739 |
|
|
| 23 Jul 2016 12:41 AM |
<= 250 huh i wonder why lol
https://www.roblox.com/My/Groups.aspx?gid=2893266 | pidgey is my name sh##posting is my game |
|
|
| Report Abuse |
|
|