shraugerJoin Date: 2011-11-08 Post Count: 10573 |
game.Players.PlayerAdded:connect(
function(player)
player.CharacterAdded:connect(
function(character)
character:WaitForChild("Humanoid").NameOcclusion = Enum.NameOcclusion.NoOcclusion
end
)
end
)
put that in a script, put it in serverscriptservice |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
(No credit should be given to me, just popularizing this) |
|
OgrolJoin Date: 2013-03-22 Post Count: 7351 |
what does it do
Skyrim belongs to the Nords! |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
it makes your name visible through bricks. |
|
|
OgrolJoin Date: 2013-03-22 Post Count: 7351 |
oh no way lol
Skyrim belongs to the Nords! |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
@Rarest Make trainings easier for active clanners? |
|
|
FidstadJoin Date: 2016-01-20 Post Count: 1769 |
Thanks shrauger.
1667 posts |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
What are the chances that this script alone will popularize and half the games in ROBLOX will actually have this? Minor clans probably will use this first, than major, and then some regular front page games. |
|
WrathsongJoin Date: 2012-07-05 Post Count: 22393 |
|
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
@recurring Yeah I suppose, just never saw someone use a model.
@pure No problem. |
|
odittyJoin Date: 2011-04-16 Post Count: 2487 |
Doesnt work for me? Anyway thanks for helping though! |
|
|
WrathsongJoin Date: 2012-07-05 Post Count: 22393 |
o i was just linking another example of one |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
@oditty (sorry this might be poor, im not the best at scripting or this might not even changing anything) just use script, not localscript or modulescript.
serverscriptservice is the one above serverstorage, put it in so there is a + with serverscriptservice |
|
|
Can't I just change this normally in the player service?
They just made the function default instead of optional. |
|
shraugerJoin Date: 2011-11-08 Post Count: 10573 |
@dome I don't know probably. |
|
odittyJoin Date: 2011-04-16 Post Count: 2487 |
I did use script, and placed it in serverscripts, Just not working for me, Not sure why. |
|