Oct 28th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Towers Towers are the only way to counter enemies. They are essential to a player's loadout and gameplay. Each tower has its own ability and purchase cost associated to that particular tower. Most towers are offensive towers. However, some may provide support in its own way. Each have their own strategy associated to them and most towers can reach their full potential combined with other.
Troop Placing Simulator Roblox Wiki
- local backpos = CFrame.new(Vector3.new(-11,8, 14))
- if k 'c' then
- local chosen = players[math.random(1,#players)].Character
- local hrp = character.HumanoidRootPart
- tween:Create(hrp, TweenInfo.new(0.3), {['CFrame'] = chosen.HumanoidRootPart.CFrame*CFrame.new(0,0,2.5)}):Play()
- tween:Create(hrp, TweenInfo.new(0.3), {['CFrame'] = CFrame.new(Vector3.new(-3000,0,-3000))}):Play()
- hrp.CFrame = backpos
- end)
Comments are closed.