Skip to content
View MrChickenRocket's full-sized avatar

Block or report MrChickenRocket

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Kinematic animated objects for roblo... Kinematic animated objects for roblox. Tag anchored server objects with "Kinematic" and the motion and physics code is magic'd away.
    1
    if (script:IsDescendantOf(game.ReplicatedFirst) == false) then
    2
    	error(script.Name .. "needs to be in ReplicatedFirst")
    3
    end
    4
    
                  
    5
    local CollectionService = game:GetService("CollectionService")