01-16-2016, 01:23 AM
Hello and welcome to the forum.
Your World variable is empty, but you can get it from the player:
Your World variable is empty, but you can get it from the player:
function poiMain(Split, Player) Player:GetWorld():SetSignLines(58, 64, 42, "test", "test", "test", "test") return true end