Hi,
The Player doesn't contain a SpawnMob Method.
You need to get the world object from the player and call the spawn method from there.
ยด
Edit: This wall cause the giant to spawn at the position of the player using the command. If you replace "Player" with "Giantee" you should get your desired result
The Player doesn't contain a SpawnMob Method.
You need to get the world object from the player and call the spawn method from there.
Code:
Player:GetWorld():SpawnMob(Player:GetPosition(), mtGiant, false)
Edit: This wall cause the giant to spawn at the position of the player using the command. If you replace "Player" with "Giantee" you should get your desired result