generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Roblox » All Things ROBLOX
Home Search
 

Re: Over-Head rank script, Help!

Previous Thread :: Next Thread 
monsterlegends1234 is not online. monsterlegends1234
Joined: 02 Oct 2014
Total Posts: 22
05 Nov 2015 07:37 AM
I need help. I don't know the over-head rank script. Also, can I have it for a specific rank and up please?

The group name is Café Gratuiti

I know that you have to put the ID Number ID: 2673140

Comment the script down below please!

Written by monsterlegends1234.
Report Abuse
lazynathaniel is not online. lazynathaniel
Joined: 23 Oct 2010
Total Posts: 2442
05 Nov 2015 07:51 AM
FREE MODLES
Report Abuse
Ortanique is not online. Ortanique
Joined: 13 Jul 2011
Total Posts: 12269
05 Nov 2015 07:55 AM
Free models are a thing. They are sahamed but worth it. Instead of spending time doing it you can get the script in a second by searching.

A linear statement rewards with a forfeiture.
Report Abuse
UnderWorldOnline is not online. UnderWorldOnline
Joined: 31 Dec 2010
Total Posts: 7883
05 Nov 2015 07:58 AM
groupid = 2673140
groupn = "GroupNameHere"




game.Players.PlayerAdded:connect(onPlayerRespawned)
function onPlayerRespawned(newPlayer)
wait(1)
if newPlayer:IsInGroup(groupid) then
guigroup=Instance.new("BillboardGui")
guigroup.Parent=newPlayer.Character.Head
guigroup.Adornee=newPlayer.Character.Head
guigroup.Size=UDim2.new(4,0,2,0)
guigroup.StudsOffset=Vector3.new(0,2,0)
textgroup=Instance.new("TextLabel")
textgroup.Size=UDim2.new(1,0,1,0)
textgroup.BackgroundTransparency = 1
textgroup.TextColor3 = Color3.new(255/255, 255/255, 255/255)
textgroup.TextStrokeTransparency = 0
textgroup.TextTransparency = 0
textgroup.FontSize = 'Size10'
UnrefinedRank = newPlayer:GetRankInGroup(groupid)
Person = newPlayer.Name

-- Declaring each rank for specific group rank number.



if UnrefinedRank == 255 then
UnrefinedRank = "Owner"

end


if UnrefinedRank == 1 then
UnrefinedRank = "Attender"
end


if UnrefinedRank == 2 then
UnrefinedRank = "Model ~ In Training"

end

if UnrefinedRank == 3 then
UnrefinedRank = "Model"

end

if UnrefinedRank == 4 then
UnrefinedRank = "Host"

end

if UnrefinedRank == 5 then
UnrefinedRank = "Judge"

end


if UnrefinedRank == 0 then
UnrefinedRank = "Viewer/Guest"

end






textgroup.Text = ('[ '.. groupn .. ' ] ' .. UnrefinedRank .. " " .. Person ) --text text do not touch
textgroup.Parent=guigroup


end
end


function onPlayerEntered(newPlayer)
newPlayer.Changed:connect(function (property)
if (property == "Character") then
onPlayerRespawned(newPlayer)
end
end)
end

game.Players.PlayerAdded:connect(onPlayerEntered)
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Roblox » All Things ROBLOX
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image