Skip to content

Commit

Permalink
is fix? lets test yes!
Browse files Browse the repository at this point in the history
  • Loading branch information
max-bacon committed Aug 14, 2023
1 parent b7930cb commit a56d136
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15 deletions.
Binary file modified .lune/map.rbxl
Binary file not shown.
Binary file modified assets/Workspace/Bush_TrainingCourse4.rbxm
Binary file not shown.
Binary file modified assets/Workspace/Extras.rbxm
Binary file not shown.
Binary file modified assets/Workspace/Model126.rbxm
Binary file not shown.
Binary file modified assets/Workspace/Model18.rbxm
Binary file not shown.
Binary file modified assets/Workspace/Model22.rbxm
Binary file not shown.
14 changes: 0 additions & 14 deletions src/Server/Components/MovingPlatform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ function MovingPlatform:Start()
task.wait(MOVE_DELAY_TIME)
end
end).cancel)

--- Make it more difficult with random changes
self._trove:Add(Promise.new(function(_, _, onCancel)
local running = true

if onCancel() then
running = false
end

while running do
self.Instance.PrimaryPart.AssemblyLinearVelocity = Vector3.new(math.random() > 0.5 and 3 or -3, 0, 0)
task.wait(CHANGE_VELO_DELAY)
end
end).cancel)
end

function MovingPlatform:Stop()
Expand Down
2 changes: 1 addition & 1 deletion src/Server/Modules/StatsModule.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function StatsModule.initialize(player: Player)

local level = Instance.new("IntValue")
level.Name = "Stage"
level.Value = 17
level.Value = 0
level.Parent = leaderstats

local wins = Instance.new("IntValue")
Expand Down

0 comments on commit a56d136

Please sign in to comment.