10-12-2024, 01:21 AM
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
function PlayerJoined(Player)
local World = Player:GetWorld()
local position = Vector3i(0, 500, 0)
local bedrock = 7
World:FastSetBlock(position, bedrock, 0)
end