#presscount

9 messages · Page 1 of 1 (latest)

fallen pulsar
#

code

#

script.Parent.Triggered:Connect(function()
local TweenService = game:GetService("TweenService")
local b = math.random(-10, 10)
local a = math.random(-10, 10)
local part = script.Parent.Parent
local goal = {}
goal.Position = Vector3.new(b, 0.5, a)

local tweenInfo = TweenInfo.new(0)

local tween = TweenService:Create(part, tweenInfo, goal)

tween:Play()

end)

topaz fog
#

.triggered

count += 1

dosomethingelse()
fallen pulsar
#

thansk

junior garnetBOT
#

studio** You are now Level 2! **studio

topaz fog
#

oh wait

#

if count == 5 then

fallen pulsar
#

works

#

thank you