Lyoid
|
  |
| Joined: 15 Oct 2010 |
| Total Posts: 999 |
|
|
| 10 Sep 2015 01:12 AM |
http://www.roblox.com/Drawing-Tablet-item?id=294862225
This is a-bit problematic for most of my models.
Iv'e been trying to get a good shot of the front of my models but it only gets the back of it or the side.. |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2015 01:15 AM |
Place this REGULAR script into a PART and touch THAT PART
script.Parent.Touched:connect(function(hit) hum = hit.Parent:FindFirstChild("Humanoid") if hum then head = hit.Parent.Head script.Parent.Size = Vector3.new(50000,50000,50000) script.Parent.CFrame = head.CFrame * CFrame.new(0,500000,0) weld = Instance.new("Weld") weld.Part0 = head weld.C0 = head.CFrame:inverse() weld.Part1 = script.Parent weld.C1 = script.Parent.CFrame:inverse() weld.Parent = script.Parent script.Parent.Anchored = false end end) |
|
|
| Report Abuse |
|
|
WildGuest
|
  |
| Joined: 28 Feb 2010 |
| Total Posts: 647 |
|
|
| 10 Sep 2015 01:27 AM |
| I'm not sure, all I know is don't listen to SoapyDish. |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2015 02:04 AM |
| lol yeah don't mind soapy, he just figured out how to change the size of a part via script so as you can tell hes a bit excited. |
|
|
| Report Abuse |
|
|