Sevrick
|
  |
| Joined: 22 Oct 2013 |
| Total Posts: 3846 |
|
|
| 10 Sep 2015 01:04 AM |
| How do I get the server from a client? |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2015 01:05 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 |
|
|
Sevrick
|
  |
| Joined: 22 Oct 2013 |
| Total Posts: 3846 |
|
| |
|
Sevrick
|
  |
| Joined: 22 Oct 2013 |
| Total Posts: 3846 |
|
| |
|