Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Make a Unioned part Move?

Asked by
Zikelah 20
5 years ago

Pics: https://gyazo.com/faab1b7663ed76b581e7f1d94ef712a1

When I made a Door, Unioned, I made code to move the door:(Gif for it in link)

1local Door = script.Parent
2 
3hum = script.Parent.Parent:FindFirstChild("Humanoid")
4 
5if hum then
6 
7    local RotationAngle = Vector3.new(-768.667, 1683.29, 365.36)
8    Door = RotationAngle
9end

When run, nothing happens.

What Happend?

0
Door.Rotation = RotationAngle DeceptiveCaster 3761 — 5y

Answer this question