You can enter codes by going to the twitter logo (look at picture at the right -) and then fill in the code. All the codes are down here. PS: The question marks are being solved. They will be known on 5 feb. 1 Summary 2 Entry Requirements 3 Enemies 4 Drops 5 Gallery The North Pole is a magical yet freezing wonderland located at- well, the North Pole. Through the land of snow you will find friendly elves willing to bestow an ornament to your face or an arrow to the head. Next to that there are delicious gingerbread men that want to smash your face in after being thrown away on your second Christmas.
What are Roblox promo codes?
These are codes that you can use to get free cosmetic items for your avatar! You can equip them to your character in the Roblox Avatar area. You will keep these items permanently, so don’t worry about them disappearing. However, make sure to redeem the codes as soon as possible as they will expire after a certain time.
Unfortunately, we don’t know when new codes are coming to Roblox, so these are just as amazing to you as they are to me! If there’s new code, we’ll usually include it at the top of the page, so it’s the first thing you see.
Magic Fox Pet Simulator Roblox Hack
How to Redeem World of Magic Codes
Open the game, press Menu (the 9 dot button) located in the lower left corner. A new window will open where you need to press the Twitter Bird Codes button. Enter each work code in the text box and hit Redeem Code to receive your reward.
World of Magic Codes (Active) :
Here list 17 available codes :
ChosenOne – Redeem code for an XP multiplier |
New2021Year – Redeem code for an XP multiplier |
HadesBoost – Redeem code for a Crown multiplier |
FishingMaster – Redeem code for a Crowns multiplier |
Selectorch200 – Redeem code for 200 Crowns |
Curse300 – Redeem code for 300 Crowns |
GreatHolidayz – Redeem code for an XP multiplier |
Loot5 – Redeem code for 1.5 Crowns for 5 in-game hours |
DeepSea300 – Redeem code for 300 Crowns |
Sails400 – Redeem code for 400 Crowns |
FastLevels2 – Redeem code for an XP multiplier |
Prometheus400 – Redeem code for 400 Crowns |
Alchemy200 – Redeem code for 200 Crowns |
WarAges300 – Redeem code for 300 Crowns |
WeKnow10 – Redeem code for 1.5 XP for 10 in-game hours |
HalloweenBoost – Redeem code for a Crown multiplier |
Vastira500 – Redeem code for 500 Crowns |
Pet Simulator Roblox Codes
- print('Loading Pet Script... By dyarian')
- me = game.Players.InsertNameHere --If you can't figure out what this means, You should just go on about your day...
- local petname ='Tribbles 2.0'-- You can put ANYTHING here.
- local petcolor ='Lime green'-- Change to any color available on ROBLOX.
- local o = me.Character -- DO NOT EDIT, Unless you know what you are doing.
- part = Instance.new('Part')-- DO NOT EDIT.
- model.Name = petname -- DO NOT EDIT.
- h = Instance.new('Humanoid')-- DO NOT EDIT..
- h.MaxHealth =0-- If it is changed to anything other than '0', the pet will break.
- h.Parent = model -- Really no reason to edit this.
- part.Name ='Head'-- Got bored so I named it... Feel free to rename it... But Check the (Vector3.new(fly.Head.Position.X,Y,Z) If you rename it.
- part.Shape ='Cylinder'--Shapes are Block, Ball, Cylinder
- part.Position = o.Head.Position -- Do not edit this.
- part.Anchored =true-- Don't edit this unless you want your pet to go through the baseplate.
- part.CanCollide =false-- Leave this alone, otherwise your pet will knock you down and mess with your camera.
- part.BrickColor=BrickColor.new(petcolor)-- Don't mess with this please.
- part.Transparency =0.1553--Change it to anything between 0-1. (Ex. 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, etc. 1)
- part.Size = Vector3.new(4.5,4.5,4.5)--DO not change this to anything over 7...
- part.Position = Vector3.new(fly.Head.Position.X +1.6,fly.Head.Position.Y +3.7,fly.Head.Position.Z +2)-- I wouldn't mess with this unless you are epic at scripting.
- end