i need a way to have my plugin fill
#1
im working on a minigame plugin and i didnt get setblock to work

function PlayerJoined(Player)
    local World = Player:GetWorld()
    local position = Vector3i(0, 500, 0)
    local bedrock = 7
    World:FastSetBlock(position, bedrock, 0)
end
Reply
Thanks given by:


Messages In This Thread
i need a way to have my plugin fill - by Alland20201 - 10-12-2024, 01:21 AM



Users browsing this thread: 2 Guest(s)