|
| 20 Jun 2015 09:35 AM |
Player = script.Parent.Parent Aura = script.Aura:clone() AuraWeld = Instance.new("Weld") --------------------------------- Aura.Anchored = false AuraWeld.Parent = Aura AuraWeld.Part0 = Player.Character["Head"] AuraWeld.Part1 = Aura --------------------------------- Is it possible to rotate a weld or a mesh? When the aura is welded to the head it has a different rotation than what I want it to look like. The mesh makes the Aura look downward, but I want it to be in the same direction/rotation as the head. Is it possible to rotate the Aura's Mesh Or Weld? (I can't rotate the actual brick due to the weld keeping it still) |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2015 09:51 AM |
http://wiki.roblox.com/index.php?title=Welds
this page tells it all |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2015 10:34 AM |
| Ye nvm I solved the problemo, thanks anyway doe |
|
|
| Report Abuse |
|
|